sonar-checkstyle
sonar-checkstyle copied to clipboard
No way to remove STATIC_IMPORT from validation
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