blob: 2f010c9043688d304610d91914d3b0e81ebeda61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
[DEFAULT]
subsuite = "mozlint"
["test_android_format.py"]
["test_black.py"]
requirements = "tools/lint/python/black_requirements.txt"
["test_clang_format.py"]
["test_codespell.py"]
["test_condprof_addons.py"]
["test_eslint.py"]
skip-if = ["os == 'win'"] # busts the tree for subsequent tasks on the same worker (bug 1708591)
# Setup conflicts with stylelint setup so this should run sequentially.
sequential = true
["test_file_license.py"]
["test_file_perm.py"]
skip-if = ["os == 'win'"]
["test_file_whitespace.py"]
["test_fluent_lint.py"]
["test_ignorefile.py"]
["test_lintpref.py"]
["test_manifest_alpha.py"]
["test_manifest_toml.py"]
["test_perfdocs.py"]
["test_perfdocs_generation.py"]
["test_perfdocs_helpers.py"]
["test_rst.py"]
requirements = "tools/lint/rst/requirements.txt"
["test_ruff.py"]
requirements = "tools/lint/python/ruff_requirements.txt"
["test_rustfmt.py"]
["test_shellcheck.py"]
["test_stylelint.py"]
skip-if = ["os == 'win'"] # busts the tree for subsequent tasks on the same worker (bug 1708591)
# Setup conflicts with eslint setup so this should run sequentially.
sequential = true
["test_trojan_source.py"]
["test_updatebot.py"]
["test_yaml.py"]
|