2023-12-20 14:58:25 +01:00
|
|
|
{
|
|
|
|
"absolute": true,
|
|
|
|
"ignore": [
|
2023-12-24 17:56:15 +01:00
|
|
|
"**/ISSUE_TEMPLATE/bug_report.yml",
|
|
|
|
"**/ISSUE_TEMPLATE/feature_request.yml",
|
|
|
|
"**/node_modules/**",
|
2024-01-05 23:07:39 +01:00
|
|
|
"**/test/data/**",
|
2023-12-24 17:56:15 +01:00
|
|
|
"**/test/linters/ansible/**",
|
|
|
|
"**/test/linters/clojure",
|
|
|
|
"**/test/linters/cloudformation",
|
|
|
|
"**/test/linters/coffeescript",
|
|
|
|
"**/test/linters/css",
|
2024-08-15 11:46:02 +02:00
|
|
|
"**/test/linters/css_prettier",
|
2024-08-16 16:23:52 +02:00
|
|
|
"**/test/linters/dotnet_sln_format_analyzers",
|
|
|
|
"**/test/linters/dotnet_sln_format_style",
|
|
|
|
"**/test/linters/dotnet_sln_format_whitespace",
|
2023-12-24 17:56:15 +01:00
|
|
|
"**/test/linters/html",
|
|
|
|
"**/test/linters/javascript_es",
|
|
|
|
"**/test/linters/javascript_prettier",
|
|
|
|
"**/test/linters/javascript_standard",
|
|
|
|
"**/test/linters/jscpd/bad",
|
|
|
|
"**/test/linters/latex",
|
|
|
|
"**/test/linters/perl",
|
|
|
|
"**/test/linters/php_builtin",
|
|
|
|
"**/test/linters/php_phpcs",
|
|
|
|
"**/test/linters/php_phpstan",
|
|
|
|
"**/test/linters/php_psalm",
|
|
|
|
"**/test/linters/protobuf",
|
|
|
|
"**/test/linters/python_black",
|
|
|
|
"**/test/linters/python_flake8",
|
|
|
|
"**/test/linters/python_isort",
|
|
|
|
"**/test/linters/python_mypy",
|
2024-08-27 23:00:51 +08:00
|
|
|
"**/test/linters/python_pyink",
|
2023-12-24 17:56:15 +01:00
|
|
|
"**/test/linters/python_pylint",
|
2024-04-10 21:02:28 +09:00
|
|
|
"**/test/linters/python_ruff",
|
2023-12-24 17:56:15 +01:00
|
|
|
"**/test/linters/r",
|
|
|
|
"**/test/linters/ruby",
|
|
|
|
"**/test/linters/rust_2015",
|
|
|
|
"**/test/linters/rust_2018",
|
|
|
|
"**/test/linters/rust_2021",
|
|
|
|
"**/test/linters/scalafmt",
|
|
|
|
"**/test/linters/tekton/**",
|
|
|
|
"**/test/linters/typescript_es/**",
|
2024-07-19 07:04:43 +02:00
|
|
|
"**/test/linters/typescript_prettier/**",
|
|
|
|
"**/test/linters/typescript_standard/**",
|
2024-08-12 12:31:38 +02:00
|
|
|
"**/test/linters-config/**",
|
2024-04-16 16:08:41 +09:00
|
|
|
"**/github_conf/**",
|
2024-05-17 10:39:22 +02:00
|
|
|
"**/workflows/cd.yml",
|
|
|
|
"**/workflows/ci.yml"
|
2023-12-20 14:58:25 +01:00
|
|
|
],
|
2024-08-15 10:21:26 +02:00
|
|
|
"reporters": ["consoleFull"],
|
2023-12-20 14:58:25 +01:00
|
|
|
"threshold": 0
|
|
|
|
}
|