With the new detekt 1.22 I cannot seem to be able to
@Suppress("EnumEntryNameCase")
, is anyone else having that problem?
Sebastian Schuberth
11/21/2022, 1:17 PM
Ah, while it does not work on the class or declaration level, suppressing on the file level via
@file:Suppress("EnumEntryNameCase")
seems to work.
b
Brais Gabin
11/21/2022, 1:48 PM
Interesting. Could you open an issue so we can take a look to it? An example with previous and after would be really helpful. This realesed introduced changes related with which part of the code is reported as an issue and that could cause this behavior change.