forked from gitpoint/git-point
-
Notifications
You must be signed in to change notification settings - Fork 0
coala Report
Andrew Dassonville edited this page Dec 22, 2017
·
3 revisions
Travis Build: https://travis-ci.org/gitpoint/git-point/builds/320128334
Travis Status: Green
Diff: https://github.com/gitpoint/git-point/commit/dc2f8ad7e3f22ee01002e71aef977a3fee473693
Which file types did you succeed to lint (clean)?
*.js*.json
Which file types still have errors?
- none
Which bears still report errors?
- none
I was able to get everything working, including SpaceConsistencyBear, LineLengthBear, InvalidLinkBear, ESLintBear, and JSONFormatBear. The ESLintBear took a little bit of hacking to get it to work eventually. I had to export PATH="$PATH:node_modules/.bin in the Travis build to get it coala to recognize eslint as a command – if possible searching in node_modules/.bin for the executable first in the Bear would be nice.
No errors to report.