sonar-checkstyle icon indicating copy to clipboard operation
sonar-checkstyle copied to clipboard

No way to remove STATIC_IMPORT from validation

Open romani opened this issue 9 years ago • 0 comments

http://localhost:9000/coding_rules/#q=Import%20Order

no way to remove STATIC_IMPORT token, it is default. https://github.com/checkstyle/checkstyle/blob/master/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/ImportOrderCheck.java#L348 http://checkstyle.sourceforge.net/config_imports.html#ImportOrder

fyi , required tokens are appended automatically: https://github.com/checkstyle/checkstyle/blob/master/src/main/java/com/puppycrawl/tools/checkstyle/TreeWalker.java#L211

romani avatar Dec 16 '16 18:12 romani