Join Slack
Communities
Powered by
I want to know how to put the warning of 'magic nu...
# intellij
m
Mahmoud Ahmed
08/20/2022, 4:41 AM
I want to know how to put the warning of 'magic number' in the ItellJ IDE and what should put in the @suppress() annotation to suppress it
s
Sam
08/20/2022, 8:12 AM
I don't know if there's a built in inspection in IntelliJ, but I use
#detekt
for this
9
Views
Open in Slack
Previous
Next