From 07b6040c39c619b4dd3ae4dcdf7803661d36ca0b Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Thu, 28 Sep 2017 11:33:36 +0100 Subject: [PATCH] Update travis script to use lintwithexclusions --- scripts/travis.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/travis.sh b/scripts/travis.sh index f349b06ad5..c4a06c1bd1 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -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