Skip to content

Commit 0da6996

Browse files
committed
[eclint] only check non-ignored files
1 parent 0731003 commit 0da6996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test/installation/iojs": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=installation_iojs test-$shell",
1616
"test/sourcing": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=sourcing test-$shell",
1717
"doctoc": "doctoc --title='## Table of Contents' --github README.md",
18-
"eclint": "eclint check ."
18+
"eclint": "eclint check $(git ls-tree --name-only HEAD | xargs)"
1919
},
2020
"repository": {
2121
"type": "git",

0 commit comments

Comments
 (0)