Browse Source

[eclint] only check non-ignored files

Jordan Harband 7 years ago
parent
commit
0da699605e
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
  1. 2
      package.json

2
package.json

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
"test/installation/iojs": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=installation_iojs test-$shell",
"test/sourcing": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=sourcing test-$shell",
"doctoc": "doctoc --title='## Table of Contents' --github README.md",
"eclint": "eclint check ."
"eclint": "eclint check $(git ls-tree --name-only HEAD | xargs)"
},
"repository": {
"type": "git",

Loading…
Cancel
Save