|
1 | 1 | [flake8] |
2 | 2 | ignore = E111,E114,E501,E261,E266,E121,E402,E241 |
3 | 3 | # TODO(sbc): Switch from the whitelist of a blacklist such as: |
4 | | -# exclude = ./third_party/,emmaken.py,./tools/scons/,./tools/ports/,./tests/ |
5 | | -filename = |
6 | | - */emar.py |
7 | | - */emcc.py |
8 | | - */emscons.py |
9 | | - */emscripten.py |
10 | | - */embuilder.py |
11 | | - */tools/shared.py |
12 | | - */tools/response_file.py |
13 | | - */tools/python_selector.py |
14 | | - */tools/wasm-sourcemap.py |
15 | | - */tools/clean_webconsole.py |
16 | | - */tools/emconfiguren.py |
17 | | - */tools/emdebug_cd_merger.py |
18 | | - */tools/line_endings.py |
19 | | - */tools/nativize_llvm.py |
20 | | - */tools/exec_llvm.py |
21 | | - */tools/emmakenxx.py |
22 | | - */tools/exec_llvm.py |
23 | | - */tools/find_bigvars.py |
24 | | - */tools/merge_pair.py |
25 | | - */tools/system_libs.py |
26 | | - */tools/add_license.py |
27 | | - */tools/file_packager.py |
28 | | - */tools/emmaken.py |
29 | | - */tools/ctor_evaller.py |
30 | | - */tools/duplicate_function_eliminator.py |
31 | | - */tests/runner.py |
32 | | - */tests/test_browser.py |
33 | | - */tests/test_other.py |
34 | | - */tests/test_core.py |
35 | | - */tests/parallel_runner.py |
36 | | - */tests/test_sanity.py |
37 | | - */tests/test_benchmark.py |
38 | | - */tests/test_interactive.py |
39 | | - */tests/test_sockets.py |
| 4 | +exclude = |
| 5 | + ./site/source/conf.py, |
| 6 | + ./third_party/, |
| 7 | + ./tools/scons/, |
| 8 | + ./tools/debug |
| 9 | + ./tools/ports/, |
| 10 | + ./tools/emdump.py, |
| 11 | + ./tools/emterpretify.py, |
| 12 | + ./tools/js_optimizer.py, |
| 13 | + ./tools/webidl_binder.py, |
| 14 | + ./tools/create_dom_pk_codes.py, |
| 15 | + ./tools/gen_struct_info.py, |
| 16 | + ./tools/asm_module.py, |
| 17 | + ./tools/colored_logger.py, |
| 18 | + ./tools/ffdb.py, |
| 19 | + ./tools/filelock.py, # third party code |
| 20 | + ./tests/, |
0 commit comments