From 7bbce05d615af9afea469557e5c51e439733dbf0 Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders Date: Tue, 24 May 2016 10:41:53 -0700 Subject: [PATCH] Remove duplicate linting of client.ts --- Jakefile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Jakefile.js b/Jakefile.js index 0ec85b68fbe..6c7724116ad 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -978,7 +978,6 @@ var lintTargets = compilerSources // Other harness sources .concat(["instrumenter.ts"].map(function(f) { return path.join(harnessDirectory, f) })) .concat(serverCoreSources) - .concat(["client.ts"].map(function(f) { return path.join(serverDirectory, f); })) .concat(tslintRulesFiles) .concat(servicesLintTargets);