Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git] / tools / lint / test / python.toml
blob3646281ea2433d14ad215a355cd456b9cff211e4
1 [DEFAULT]
2 subsuite = "mozlint"
4 ["test_android_format.py"]
6 ["test_black.py"]
8 ["test_clang_format.py"]
10 ["test_codespell.py"]
12 ["test_condprof_addons.py"]
14 ["test_eslint.py"]
15 skip-if = ["os == 'win'"]  # busts the tree for subsequent tasks on the same worker (bug 1708591)
16 # Setup conflicts with stylelint setup so this should run sequentially.
17 sequential = true
19 ["test_file_license.py"]
21 ["test_file_perm.py"]
22 skip-if = ["os == 'win'"]
24 ["test_file_whitespace.py"]
26 ["test_fluent_lint.py"]
28 ["test_ignorefile.py"]
30 ["test_lintpref.py"]
32 ["test_manifest_alpha.py"]
34 ["test_manifest_toml.py"]
36 ["test_node_package_names.py"]
38 ["test_perfdocs.py"]
40 ["test_perfdocs_generation.py"]
42 ["test_perfdocs_helpers.py"]
44 ["test_rst.py"]
46 ["test_ruff.py"]
48 ["test_rustfmt.py"]
50 ["test_shellcheck.py"]
52 ["test_stylelint.py"]
53 skip-if = ["os == 'win'"]  # busts the tree for subsequent tasks on the same worker (bug 1708591)
54 # Setup conflicts with eslint setup so this should run sequentially.
55 sequential = true
57 ["test_trojan_source.py"]
59 ["test_updatebot.py"]
61 ["test_yaml.py"]