From 6f220c686954bc0feeadfc58422afa6ac9f836ae Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Wed, 30 Dec 2015 21:08:42 -0600 Subject: [PATCH] lint: Turn on linting for v3 group tests --- tasks/gulp-eslint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/gulp-eslint.js b/tasks/gulp-eslint.js index 46aece05a6..5f4f28fd30 100644 --- a/tasks/gulp-eslint.js +++ b/tasks/gulp-eslint.js @@ -23,7 +23,7 @@ const TEST_FILES = [ './test/**/*.js', // @TODO remove these negations as the test files are cleaned up. '!./test/api-legacy/**/*', - '!./test/api/**/*', + '!./test/api/v2/**/*', '!./test/common/simulations/**/*', '!./test/content/**/*', '!./test/e2e/**/*',