Is there no way to suppress the following error? `...
# android
a
Is there no way to suppress the following error?
Enum entry name '_****' should start with an uppercase letter
I tried
@Suppress("ALL")
for both the name and the entire enum class
g
Alt + Enter -> Suppress
a
It actually doesn’t show for this case. Even with linting, where it usually shows the option to suppress, it only shows rename
g
Do you see this warning in AS?
a
The warning is in AS
image.png