Skip to content

Commit

Permalink
ESLint #4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 1, 2016
1 parent 81e3032 commit e9f338e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a library for parsing report files from static code analysis.

It supports:
* [_AndoidLint_](http://developer.android.com/tools/help/lint.html)
* [_Checkstyle_](http://checkstyle.sourceforge.net/)
* [_Checkstyle_](http://checkstyle.sourceforge.net/) ([_ESLint_](https://github.com/sindresorhus/grunt-eslint) with `format: 'checkstyle'`)
* [_CPPLint_](https://github.com/theandrewdavis/cpplint)
* [_CPPCheck_](http://cppcheck.sourceforge.net/)
* [_CSSLint_](https://github.com/CSSLint/csslint)
Expand Down
1 change: 1 addition & 0 deletions src/test/resources/eslint/eslint.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8"?><checkstyle version="4.3"><file name="/home/bjerre/workspace/violations-test/web/js-file.js"><error line="10" column="1" severity="warning" message="Unexpected alert. (no-alert)" source="eslint.rules.no-alert" /></file><file name="/home/bjerre/workspace/violations-test/web/js-file2.js"></file></checkstyle>

0 comments on commit e9f338e

Please sign in to comment.