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

Manual lint removal results

Travis Build: https://travis-ci.org/andrewda/git-point/builds/320490412

Travis Status: Green

Diff: https://github.com/andrewda/git-point/commit/b37a269258e7166bd1c4574e806af82f0704a0da

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