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