{
  "absolute": true,
  "ignore": [
    "**/ISSUE_TEMPLATE/bug_report.yml",
    "**/ISSUE_TEMPLATE/feature_request.yml",
    "**/node_modules/**",
    "**/test/data/**",
    "**/test/linters/ansible/**",
    "**/test/linters/clojure",
    "**/test/linters/cloudformation",
    "**/test/linters/coffeescript",
    "**/test/linters/css",
    "**/test/linters/css_prettier",
    "**/test/linters/dotnet_sln_format_analyzers",
    "**/test/linters/dotnet_sln_format_style",
    "**/test/linters/dotnet_sln_format_whitespace",
    "**/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_pyink",
    "**/test/linters/python_pylint",
    "**/test/linters/python_ruff",
    "**/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/**",
    "**/test/linters/typescript_prettier/**",
    "**/test/linters/typescript_standard/**",
    "**/test/linters-config/**",
    "**/github_conf/**",
    "**/workflows/cd.yml",
    "**/workflows/ci.yml"
  ],
  "reporters": ["consoleFull"],
  "threshold": 0
}