2016-05-05 17:21:12 -04:00
|
|
|
[flake8]
|
2016-09-28 08:28:04 -04:00
|
|
|
# See http://pep8.readthedocs.io/en/latest/intro.html#configuration
|
2018-01-31 14:32:08 -05:00
|
|
|
ignore = E121, E123, E126, E129, E133, E226, E241, E242, E704, W503, E402, E741
|
2016-05-05 17:21:12 -04:00
|
|
|
max-line-length = 99
|
2017-08-29 17:32:31 -04:00
|
|
|
exclude =
|
2018-05-21 23:13:07 +02:00
|
|
|
browser/extensions/mortar/ppapi/,
|
2018-07-06 12:39:39 +00:00
|
|
|
browser/moz.configure,
|
2018-07-25 16:56:19 +03:00
|
|
|
build/moz.configure/*.configure,
|
2018-05-22 06:26:22 -07:00
|
|
|
build/pymake/,
|
2018-06-12 23:11:40 -07:00
|
|
|
dom/canvas/test/webgl-conf/checkout/closure-library/,
|
2018-06-10 14:13:44 +02:00
|
|
|
editor/libeditor/tests/browserscope/,
|
2018-06-12 23:11:40 -07:00
|
|
|
intl/icu/,
|
2018-06-11 17:31:33 -07:00
|
|
|
ipc/chromium/,
|
2018-06-10 14:13:44 +02:00
|
|
|
gfx/angle/,
|
|
|
|
gfx/harfbuzz,
|
|
|
|
glx/skia/,
|
2018-07-06 12:39:39 +00:00
|
|
|
js/*.configure,
|
|
|
|
memory/moz.configure,
|
|
|
|
mobile/android/*.configure,
|
2018-06-06 10:32:43 -07:00
|
|
|
node_modules,
|
2018-05-28 20:58:54 +02:00
|
|
|
security/nss/,
|
2017-08-29 17:32:31 -04:00
|
|
|
testing/mochitest/pywebsocket,
|
2018-03-22 17:24:15 -04:00
|
|
|
tools/lint/test/files,
|
2018-07-06 17:37:16 +01:00
|
|
|
build/build-infer/build-infer.py,
|