From 0da699605e691f1f7e9ba80cd0bcd321bc3d98e0 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 14 Apr 2018 22:12:22 -0700 Subject: [PATCH] [eclint] only check non-ignored files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c56796..cc6f24f 100644 --- a/package.json +++ b/package.json @@ -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",