You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin works great, but I really want to be able to configure projects/files/directories in which checkstyle doesn't apply and avoid coloring everything in red, without modifying the configuration file itself, nor having to change everything in the massive old unclean project. If it's possible via the parameter "java.checkstyle.properties" for example, I want to see some examples in README.
I have a bunch of generated classes which doesn't quiet match my projects overall checkstyle. It would be sweet to just ignore that folder containing all those generated classes, and get rid of the false-positive errors.
The plugin works great, but I really want to be able to configure projects/files/directories in which checkstyle doesn't apply and avoid coloring everything in red, without modifying the configuration file itself, nor having to change everything in the massive old unclean project. If it's possible via the parameter "java.checkstyle.properties" for example, I want to see some examples in README.
For example:
The word "ignore" may well be "skip".
Thanks in advance for the consideration!
The text was updated successfully, but these errors were encountered: