fune/tools/lint/test
Greg Mierzwinski f7577e4996 Bug 1764609 - Use pathlib in perfdocs, and utf-8 encoding. r=perftest-reviewers,kshampur
This patch fixes the path issues with PerfDocs on Windows machines. To do this, all `os` path manipulations were converted to use `pathlib`. The encoding, and permissions of the files are also set properly now since Windows has different defaults. The tests were also fixed to be able to run on Windows machines.

Differential Revision: https://phabricator.services.mozilla.com/D156983
2022-09-12 16:07:34 +00:00
..
files Bug 1782749 - Add "Thunderbird" to Fluent linter's list of brand names. r=linter-reviewers,fluent-reviewers,sylvestre,flod 2022-08-03 15:34:35 +00:00
conftest.py Bug 1764609 - Use pathlib in perfdocs, and utf-8 encoding. r=perftest-reviewers,kshampur 2022-09-12 16:07:34 +00:00
python.ini Bug 1772198 - Add a lint job that validates moz.yaml files r=linter-reviewers,ahal 2022-06-24 20:07:08 +00:00
test_black.py
test_clang_format.py
test_clippy.py
test_codespell.py
test_eslint.py Bug 1789232 - Allow specifying a rule parameter to ./mach eslint. r=ahal 2022-09-10 17:55:59 +00:00
test_file_license.py
test_file_perm.py
test_file_whitespace.py
test_flake8.py
test_fluent_lint.py Bug 1782749 - Add "Thunderbird" to Fluent linter's list of brand names. r=linter-reviewers,fluent-reviewers,sylvestre,flod 2022-08-03 15:34:35 +00:00
test_lintpref.py
test_perfdocs.py Bug 1764609 - Use pathlib in perfdocs, and utf-8 encoding. r=perftest-reviewers,kshampur 2022-09-12 16:07:34 +00:00
test_perfdocs_generation.py Bug 1764609 - Use pathlib in perfdocs, and utf-8 encoding. r=perftest-reviewers,kshampur 2022-09-12 16:07:34 +00:00
test_perfdocs_helpers.py
test_pylint.py
test_rst.py
test_rustfmt.py
test_shellcheck.py
test_trojan_source.py
test_updatebot.py Bug 1776512: Fix failing test CLOSED TREE 2022-06-24 20:42:51 +00:00
test_yaml.py