From 7fd9c607ea926961f36d2cd9e4a30ff35e3648b3 Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Thu, 31 Oct 2013 17:09:33 -0400 Subject: [PATCH] Exclude api/setup.py from the linter's wrath. (imported from commit 2e9718b6be472523b2684b6fcae4545f0a7fba49) --- tools/lint-all | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/lint-all b/tools/lint-all index b2530f5140..3b720e8517 100755 --- a/tools/lint-all +++ b/tools/lint-all @@ -34,6 +34,7 @@ exclude_files = """ zproject/test_settings.py zproject/settings.py tools/jslint/jslint.js +api/setup.py """.split()