Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Update travis script to use lintwithexclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Barnard committed Sep 28, 2017
1 parent 010b8d8 commit 07b6040
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ npm run test
./.travis-test-riot.sh

# run the linter, but exclude any files known to have errors or warnings.
./node_modules/.bin/eslint --max-warnings 0 \
--ignore-path .eslintignore.errorfiles \
src test
npm run lintwithexclusions

0 comments on commit 07b6040

Please sign in to comment.