Skip to content
Andrew Dassonville edited this page Dec 22, 2017 · 3 revisions

Manual lint removal results

Travis Build: https://travis-ci.org/gitpoint/git-point/builds/320128334

Travis Status: Green

Diff: https://github.com/gitpoint/git-point/commit/dc2f8ad7e3f22ee01002e71aef977a3fee473693

File types

Which file types did you succeed to lint (clean)?

  • *.js
  • *.json

Which file types still have errors?

  • none

Which bears still report errors?

  • none

Analysis

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.

Error log

No errors to report.

Clone this wiki locally