2023-12-20 08:58:25 -05:00
|
|
|
{
|
|
|
|
"absolute": true,
|
|
|
|
"ignore": [
|
2023-12-24 11:56:15 -05:00
|
|
|
"**/ISSUE_TEMPLATE/bug_report.yml",
|
|
|
|
"**/ISSUE_TEMPLATE/feature_request.yml",
|
|
|
|
"**/node_modules/**",
|
2024-01-05 17:07:39 -05:00
|
|
|
"**/test/data/**",
|
2023-12-24 11:56:15 -05:00
|
|
|
"**/test/linters/ansible/**",
|
|
|
|
"**/test/linters/clojure",
|
|
|
|
"**/test/linters/cloudformation",
|
|
|
|
"**/test/linters/coffeescript",
|
|
|
|
"**/test/linters/css",
|
|
|
|
"**/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",
|
|
|
|
"**/test/linters/python_pylint",
|
2024-04-10 08:02:28 -04:00
|
|
|
"**/test/linters/python_ruff",
|
2023-12-24 11:56:15 -05: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/**",
|
2023-12-20 08:58:25 -05:00
|
|
|
"**/workflows/cd.yml"
|
|
|
|
],
|
|
|
|
"reporters": [
|
|
|
|
"consoleFull"
|
|
|
|
],
|
|
|
|
"threshold": 0
|
|
|
|
}
|