Is there a list of all warnings and errors that on...
# getting-started
b
Is there a list of all warnings and errors that one can suppress in Kotlin? I often have a hard time finding them
k
In addition to Kotlin compiler warnings/errors, there are IntelliJ IDEA ones (such as "SameParameterValue") that can be suppressed in the same way. They can be differentiated by having mixed-case names.
t
...also for IDEA Inspections you get this for F1 (stating it's an inspection), and there's usually a built-in suppression with Alt+Enter/bulb icon