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 23, 2017
·
3 revisions
Travis Build: https://travis-ci.org/andrewda/git-point/builds/320490412
Travis Status: Green
Diff: https://github.com/andrewda/git-point/commit/b37a269258e7166bd1c4574e806af82f0704a0da
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.