[DEFAULT] subsuite = mozlint skip-if = python == 2 [test_black.py] requirements = tools/lint/python/black_requirements.txt skip-if = os == "mac" # pip unable to find black [test_eslint.py] [test_flake8.py] requirements = tools/lint/python/flake8_requirements.txt skip-if = os == "mac" # pip unable to find 'flake8==3.5.0' [test_file_perm.py] skip-if = os == "win" [test_file_whitespace.py] [test_file_license.py] [test_lintpref.py] [test_shellcheck.py] [test_rst.py] requirements = tools/lint/rst/requirements.txt skip-if = os == "mac" # pip unable to install [test_codespell.py] skip-if = os == "win" || os == "mac" # codespell installed on Linux [test_yaml.py] [test_clippy.py] skip-if = os == "win" || os == "mac" # only installed on Linux [test_rustfmt.py] skip-if = os == "win" || os == "mac" # only installed on Linux [test_clang_format.py] skip-if = os == "win" || os == "mac" # only installed on Linux [test_perfdocs.py] [test_pylint.py] skip-if = os == "win" || os == "mac" # only installed on linux requirements = tools/lint/python/pylint_requirements.txt