From 9dfebbc9496138efbeedc431068f41662c780f3e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 21 Apr 2019 16:40:10 -0400 Subject: Fix eslint warnings (#2151) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk Co-authored-by: LE GOFF Vincent --- tools/lint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/lint.py') diff --git a/tools/lint.py b/tools/lint.py index 6f6ba8dfe..fb400a8e9 100755 --- a/tools/lint.py +++ b/tools/lint.py @@ -20,8 +20,8 @@ run([ ]) run([ - "node", eslint, "./js/**/*.{ts,js}", "./core/**/*.{ts,js}", - "./tests/**/*.{ts,js}" + "node", eslint, "--max-warnings=0", "./js/**/*.{ts,js}", + "./core/**/*.{ts,js}", "./tests/**/*.{ts,js}" ]) run([sys.executable, "third_party/depot_tools/pylint.py"] + -- cgit v1.2.3