Bug 1468273 - Add closure-lib and intl/icu into the flake8 ignore list r?ahal draft
authorSylvestre Ledru <sledru@mozilla.com>
Tue, 12 Jun 2018 23:11:40 -0700
changeset 818791 141775d25c4927e741631edc6209194c250f7c44
parent 818790 7866db506db7b754408de4fca2e285034f00f3cc
child 818792 e015caf118037907f5ca2294156327bc4feda6ff
push id116340
push userbmo:sledru@mozilla.com
push dateMon, 16 Jul 2018 15:05:50 +0000
reviewersahal
bugs1468273
milestone63.0a1
Bug 1468273 - Add closure-lib and intl/icu into the flake8 ignore list r?ahal MozReview-Commit-ID: A68UyXSHO9l
.flake8
--- a/.flake8
+++ b/.flake8
@@ -2,17 +2,19 @@
 # See http://pep8.readthedocs.io/en/latest/intro.html#configuration
 ignore = E121, E123, E126, E129, E133, E226, E241, E242, E704, W503, E402, E741
 max-line-length = 99
 exclude =
     browser/extensions/mortar/ppapi/,
     browser/moz.configure,
     build/moz.configure/*.configure,
     build/pymake/,
+    dom/canvas/test/webgl-conf/checkout/closure-library/,
     editor/libeditor/tests/browserscope/,
+    intl/icu/,
     ipc/chromium/,
     gfx/angle/,
     gfx/harfbuzz,
     glx/skia/,
     js/*.configure,
     memory/moz.configure,
     mobile/android/*.configure,
     node_modules,