From 269b36b9db727909cf9daad59e0e43fba84a2424 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Sun, 28 Jan 2018 02:16:37 +0000 Subject: [PATCH] Remove redundant glob for linting --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 496fe67..d3f2691 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -36,7 +36,6 @@ task( "lint", () => gulp "**/.*rc.js", "bin/*.js", "lib/**/*.js", - "!lib/parser/index.js", "test/benchmark/**/*.js", "test/benchmark/run", "test/impact",