-
Notifications
You must be signed in to change notification settings - Fork 885
Suggestion: Add checkstyle formatter #250
Comments
is there a spec out there for the checkstyle format? |
closing for now. please comment with a spec and we can support the checkstyle formatter natively |
The homepage of the project is http://checkstyle.sourceforge.net/ I haven't found an actual spec unfortunately, but it seems a simple form. |
I did some more googling but was actually not able to find something explicit:-( According to this google message https://groups.google.com/forum/#!topic/checkstyle-devel/ozgxErB4DdQ the output format for the XML is 'defined' here: https://github.com/checkstyle/checkstyle/blob/master/src/main/java/com/puppycrawl/tools/checkstyle/XMLLogger.java Here's a list of checks that are implemented in the checkstyle project for Java: http://checkstyle.sourceforge.net/checks.html This plugin adds checkstyle reporting to jshint: https://github.com/sublimeye/jshint-jenkins-checkstyle-reporter Here's the actual code generating the XML output: https://github.com/sublimeye/jshint-jenkins-checkstyle-reporter/blob/master/src/reporter.js Hope this helps:-) |
Hi! I've created PR for checkstyle formatter - pls check it |
The checkstyle format is supported by the jshint library and support in Jenkins Validation plugin. It would make tslint a bit more up to par with jshint.
The text was updated successfully, but these errors were encountered: