summaryrefslogtreecommitdiffstats
path: root/tools/lint/test/python.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
commit43a97878ce14b72f0981164f87f2e35e14151312 (patch)
tree620249daf56c0258faa40cbdcf9cfba06de2a846 /tools/lint/test/python.ini
parentInitial commit. (diff)
downloadfirefox-upstream.tar.xz
firefox-upstream.zip
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tools/lint/test/python.ini')
-rw-r--r--tools/lint/test/python.ini33
1 files changed, 33 insertions, 0 deletions
diff --git a/tools/lint/test/python.ini b/tools/lint/test/python.ini
new file mode 100644
index 0000000000..5c03ae9395
--- /dev/null
+++ b/tools/lint/test/python.ini
@@ -0,0 +1,33 @@
+[DEFAULT]
+subsuite = mozlint
+
+[test_android_format.py]
+[test_black.py]
+requirements = tools/lint/python/black_requirements.txt
+[test_clang_format.py]
+[test_clippy.py]
+[test_codespell.py]
+[test_eslint.py]
+skip-if = os == "win" # busts the tree for subsequent tasks on the same worker (bug 1708591)
+[test_file_license.py]
+[test_file_perm.py]
+skip-if = os == "win"
+[test_file_whitespace.py]
+[test_flake8.py]
+requirements = tools/lint/python/flake8_requirements.txt
+[test_fluent_lint.py]
+[test_lintpref.py]
+[test_perfdocs.py]
+[test_perfdocs_generation.py]
+[test_updatebot.py]
+[test_perfdocs_helpers.py]
+[test_pylint.py]
+requirements = tools/lint/python/pylint_requirements.txt
+[test_rst.py]
+requirements = tools/lint/rst/requirements.txt
+[test_rustfmt.py]
+[test_shellcheck.py]
+[test_trojan_source.py]
+[test_yaml.py]
+[test_isort.py]
+requirements = tools/lint/python/isort_requirements.txt