Bug 1438839 - Add tools/ as part of the whitelist of flake8 r?ahal draft
authorSylvestre Ledru <sledru@mozilla.com>
Fri, 16 Feb 2018 11:48:12 +0100
changeset 767879 1b11a89131c327e6d91edf29b54d5c307196b055
parent 767726 0d81c80876dd09536f78d1158e1e6ff78f9ad226
child 767880 95e1c3a7dc83d5be4e30917f13c613f43df09913
child 767910 c1c9f618164eea4b929232cfb105e61519794e45
push id102726
push usersledru@mozilla.com
push dateThu, 15 Mar 2018 08:57:22 +0000
reviewersahal
bugs1438839
milestone61.0a1
Bug 1438839 - Add tools/ as part of the whitelist of flake8 r?ahal MozReview-Commit-ID: 3J44Yz7rV63
tools/lint/flake8.yml
--- a/tools/lint/flake8.yml
+++ b/tools/lint/flake8.yml
@@ -30,19 +30,17 @@ flake8:
         - testing/mozharness/mozinfo
         - testing/mozharness/scripts
         - testing/remotecppunittests.py
         - testing/runcppunittests.py
         - testing/talos/
         - testing/xpcshell
         - toolkit/components/telemetry
         - toolkit/crashreporter/tools/upload_symbols.py
-        - tools/lint
-        - tools/mach_commands.py
-        - tools/tryselect
+        - tools/
     # Excludes should be added to topsrcdir/.flake8 due to a bug in flake8 where
     # specifying --exclude causes custom configuration files to be ignored.
     exclude: []
     # The configure option is used by the build system
     extensions: ['configure', 'py']
     type: external
     payload: python.flake8:lint
     setup: python.flake8:setup