I want to know how to put the warning of 'magic nu...
# intellij
m
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
I don't know if there's a built in inspection in IntelliJ, but I use #detekt for this