java-checkstyle
java-checkstyle copied to clipboard
Add support for a custom checkstyle.xml
We need add this support, if you see, often we need to check things that are not on sun-checks.xml. Instead of let each IDE do this, java-checkstyle could do this for us.
What do you think? ;)
I think is a good idea. We should try.
As we can see in commit aa8a298d844944868e42023b8fa3752a7f50d61c is possble to set a custom checkstyle by env variables. I think we should update the README with this info.
+1