4 # These paths should be triaged and either fixed or moved to the list below.
8 layout/base/tests/marionette,
9 layout/reftests/border-image,
10 layout/reftests/fonts,
11 layout/reftests/w3c-css,
13 media/libdav1d/generate_source.py,
15 netwerk/dns/prepare_tlds.py,
16 netwerk/protocol/http/make_incoming_tables.py,
17 python/devtools/migrate-l10n/migrate/main.py,
18 python/l10n/fluent_migrations,
19 security/manager/ssl/tests/unit,
20 servo/components/style,
21 testing/condprofile/condprof/android.py,
22 testing/condprofile/condprof/creator.py,
23 testing/condprofile/condprof/desktop.py,
24 testing/condprofile/condprof/runner.py,
25 testing/condprofile/condprof/scenarii/heavy.py,
26 testing/condprofile/condprof/scenarii/settled.py,
27 testing/condprofile/condprof/scenarii/synced.py
28 testing/condprofile/condprof/helpers.py,
29 testing/jsshell/benchmark.py,
30 testing/marionette/mach_commands.py,
31 testing/mozharness/docs,
32 testing/mozharness/examples,
33 testing/mozharness/external_tools,
34 testing/mozharness/mach_commands.py,
35 testing/mozharness/manifestparser,
36 testing/mozharness/mozprocess,
37 testing/mozharness/setup.py,
38 testing/parse_build_tests_ccov.py,
39 testing/runtimes/writeruntimes.py,
40 testing/tools/iceserver/iceserver.py,
41 testing/tools/websocketprocessbridge/websocketprocessbridge.py,
42 toolkit/components/featuregates,
43 toolkit/content/tests/chrome/file_about_networking_wsh.py,
44 toolkit/library/build/dependentlibs.py,
45 toolkit/locales/generate_update_locale.py,
47 toolkit/moz.configure,
48 toolkit/nss.configure,
50 # These paths are intentionally excluded (not necessarily for good reason).
51 build/moz.configure/*.configure,
53 browser/extensions/mortar/ppapi/,
54 browser/moz.configure,
55 dom/canvas/test/webgl-conf/checkout/closure-library/,
56 editor/libeditor/tests/browserscope/,
58 ipc/chromium/src/third_party/,
64 mobile/android/*.configure,
66 python/mozbuild/mozbuild/test/configure/data,
68 testing/marionette/harness/marionette_harness/runner/mixins,
69 testing/marionette/harness/marionette_harness/tests,
70 testing/mochitest/pywebsocket3,
71 testing/mozharness/configs/test/test_malformed.py,
72 testing/web-platform/tests,
73 tools/lint/test/files,
74 tools/crashreporter/*.configure,
78 # - http://flake8.pycqa.org/en/latest/user/error-codes.html
79 # - http://pep8.readthedocs.io/en/latest/intro.html#configuration
81 # These should be triaged and either fixed or moved to the list below.
83 # These are intentionally disabled (not necessarily for good reason).
84 # F723: syntax error in type comment
85 # text contains quotes which breaks our custom JSON formatter
88 # black is already in charge of formatting, no need to start a formatter
90 E1, W1, E2, W2, E3, W3, E4, W4, E5, W5
93 # These paths are intentionally excluded.
94 ipc/ipdl/*: F403, F405
95 layout/tools/reftest/selftest/conftest.py: F811
96 # cpp_eclipse has a lot of multi-line embedded XML which exceeds line length
97 python/mozbuild/mozbuild/backend/cpp_eclipse.py: E501
98 testing/firefox-ui/**/__init__.py: F401
99 testing/marionette/**/__init__.py: F401
100 testing/mochitest/tests/python/conftest.py: F811
101 testing/mozbase/manifestparser/tests/test_filters.py: E731
102 testing/mozbase/mozlog/tests/test_formatters.py: E501
103 testing/mozharness/configs/*: E124, E127, E128, E131, E231, E261, E265, E266, E501, W391
105 # These paths contain Python-2 only syntax which cause errors since flake8
106 # is run with Python 3.
107 build/compare-mozconfig/compare-mozconfigs.py: F821
109 build/pgo/genpgocert.py: F821
110 config/MozZipFile.py: F821
111 config/check_source_count.py: F821
112 config/tests/unitMozZipFile.py: F821
113 ipc/pull-chromium.py: F633
114 js/src/**: F633, F821
115 python/mozbuild/mozbuild/action/dump_env.py: F821
116 python/mozbuild/mozbuild/dotproperties.py: F821
117 python/mozbuild/mozbuild/testing.py: F821
118 python/mozbuild/mozbuild/util.py: F821
119 testing/mozharness/mozharness/mozilla/testing/android.py: F821
120 testing/mochitest/runtests.py: F821