Bug 1406669 - Add the .configure extension to flake8 support r?ahal draft
authorSylvestre Ledru <sledru@mozilla.com>
Wed, 11 Oct 2017 16:03:32 +0200
changeset 678487 375f57c8dbdb00cb2b9c22dbb0fe3be12e6e3aec
parent 678482 b26fb73ffa3909254550531ce2d00d5a434b1dbd
child 735343 66d8f56dec92304b6337785dd289d5019a7473fa
push id83939
push userbmo:sledru@mozilla.com
push dateWed, 11 Oct 2017 14:03:44 +0000
reviewersahal
bugs1406669
milestone58.0a1
Bug 1406669 - Add the .configure extension to flake8 support r?ahal MozReview-Commit-ID: ErnYnQMv5pj
tools/lint/flake8.yml
--- a/tools/lint/flake8.yml
+++ b/tools/lint/flake8.yml
@@ -22,11 +22,12 @@ flake8:
         - tools/git
         - tools/lint
         - tools/mercurial
         - tools/tryselect
         - toolkit/components/telemetry
     # Excludes should be added to topsrcdir/.flake8 due to a bug in flake8 where
     # specifying --exclude causes custom configuration files to be ignored.
     exclude: []
-    extensions: ['py']
+    # The configure option is used by the build system
+    extensions: ['configure', 'py']
     type: external
     payload: python.flake8:lint