I have configured Check-style plugin in Jenkins. I wanted to know how can i provide custom check-style rule File(Rule.xml) to Jenkins.
Can any one help on this
I have configured Check-style plugin in Jenkins. I wanted to know how can i provide custom check-style rule File(Rule.xml) to Jenkins.
Can any one help on this
You can define the ruleset at running it. You can copy the xml file you already have and adjust it as you like.
java -jar checkstyle-8.8-all.jar -c /google_checks.xml MyClass.java