Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/actionlint/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ strip_components = 0
releases = ["actionlint"]
config_files = [".github/actionlint.yaml", ".github/actionlint.yml"]
file_types = ["github-workflow"]
latest_version = "1.7.9"
known_good_version = "1.7.9"
latest_version = "1.7.11"
known_good_version = "1.7.11"
version_command = "actionlint --version"
issue_url_format = "https://github.com/rhysd/actionlint/blob/main/docs/checks.md"
description = "Static checker for GitHub Actions workflow files"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/ast-grep/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ strip_components = 0
releases = ["ast-grep"]
file_types = ["ALL"]
version_command = "ast-grep --version"
latest_version = "0.40.0"
known_good_version = "0.40.0"
latest_version = "0.42.0"
known_good_version = "0.42.0"
config_files = ["sgconfig.yml"]
description = "CLI tool for code structural search, lint and rewriting"

Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/bandit/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ config_version = "0"
runtime = "python"
package = "bandit"
file_types = ["python"]
latest_version = "1.9.2"
known_good_version = "1.9.2"
latest_version = "1.9.4"
known_good_version = "1.9.4"
version_command = "bandit --version"
config_files = [".bandit"]
description = "Tool designed to find common security issues in Python"
Expand Down
2 changes: 1 addition & 1 deletion qlty-plugins/plugins/linters/biome/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package = "@biomejs/biome"
file_types = ["typescript", "javascript", "jsx", "tsx", "json", "css"]
config_files = ["biome.json", "biome.jsonc"]
affects_cache = ["package.json", ".editorconfig"]
latest_version = "2.3.7"
latest_version = "2.4.8"
known_good_version = "1.9.4"
version_command = "biome --version"
description = "A static analyzer for web projects"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/black/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ runtime = "python"
package = "black"
file_types = ["python"]
affects_cache = ["pyproject.toml"]
latest_version = "25.11.0"
known_good_version = "25.11.0"
latest_version = "26.3.1"
known_good_version = "26.3.1"
version_command = "black --version"
description = "Python formatter"

Expand Down
2 changes: 1 addition & 1 deletion qlty-plugins/plugins/linters/brakeman/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ config_version = "0"
runtime = "ruby"
package = "brakeman"
file_types = ["ruby", "gemfile_lock"]
latest_version = "7.1.1"
latest_version = "8.0.4"
known_good_version = "6.2.2"
version_command = "brakeman --version"
config_files = ["brakeman.ignore"]
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/checkov/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ config_version = "0"
runtime = "python"
package = "checkov"
file_types = ["docker", "terraform", "yaml", "json"]
latest_version = "3.2.495"
known_good_version = "3.2.495"
latest_version = "3.2.510"
known_good_version = "3.2.510"
version_command = "checkov --version"
config_files = [".checkov.yml", ".checkov.yaml"]
description = "Static code analysis tool for infrastructure as code (IaC) and also a software composition analysis (SCA) tool for images and open source packages"
Expand Down
2 changes: 1 addition & 1 deletion qlty-plugins/plugins/linters/checkstyle/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ config_version = "0"
runnable_archive_url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar"
runtime = "java"
file_types = ["java"]
latest_version = "12.1.2"
latest_version = "13.3.0"
known_good_version = "11.0.1"
version_command = "java -jar ${linter}/checkstyle --version"
description = "Java Code Quality Tool"
Expand Down
2 changes: 1 addition & 1 deletion qlty-plugins/plugins/linters/eslint/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runtime = "node"
package = "eslint"
file_types = ["javascript", "typescript", "jsx", "tsx"]
affects_cache = [".eslintignore", "package.json", "tsconfig.json"]
latest_version = "9.39.1"
latest_version = "10.1.0"
known_good_version = "9.7.0"
version_command = "eslint --version"
description = "Javascript and ECMAScript linter"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/gitleaks/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ strip_components = 0
[plugins.definitions.gitleaks]
releases = ["gitleaks"]
file_types = ["ALL"]
latest_version = "8.29.1"
known_good_version = "8.29.1"
latest_version = "8.30.1"
known_good_version = "8.30.1"
version_command = "gitleaks version"
config_files = [".gitleaks.toml", ".gitleaks.config"]
description = "SAST tool for detecting and preventing hardcoded secrets like passwords, api keys, and tokens in git repos"
Expand Down
2 changes: 1 addition & 1 deletion qlty-plugins/plugins/linters/golangci-lint/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ strip_components = 1
releases = ["golangci-lint"]
runtime = "go"
file_types = ["go"]
latest_version = "2.6.2"
latest_version = "2.11.4"
known_good_version = "1.61.0"
config_files = [
".golangci.json",
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/google-java-format/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ config_version = "0"
runnable_archive_url = "https://github.com/google/google-java-format/releases/download/v${version}/google-java-format-${version}-all-deps.jar"
runtime = "java"
file_types = ["java"]
latest_version = "1.32.0"
known_good_version = "1.32.0"
latest_version = "1.35.0"
known_good_version = "1.35.0"
version_command = "java -jar ${linter}/google-java-format --version"
description = "Java formatter"

Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/haml-lint/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ config_version = "0"
runtime = "ruby"
package = "haml_lint"
file_types = ["haml"]
latest_version = "0.69.0"
known_good_version = "0.69.0"
latest_version = "0.72.0"
known_good_version = "0.72.0"
version_command = "haml-lint --version"
config_files = [".haml-lint.yml"]
description = "Keeps HAML files clean and readable"
Expand Down
2 changes: 1 addition & 1 deletion qlty-plugins/plugins/linters/knip/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ config_files = [
"knip.config.js",
]
affects_cache = ["package.json"]
latest_version = "5.70.2"
latest_version = "6.0.4"
known_good_version = "5.21.2"
version_command = "knip --version"
description = "Find unused files, dependencies, and exports in JavaScript and TypeScript projects"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/markdownlint/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ runtime = "node"
package = "markdownlint-cli"
file_types = ["markdown"]
config_files = [".markdownlint.json"]
latest_version = "0.46.0"
known_good_version = "0.46.0"
latest_version = "0.48.0"
known_good_version = "0.48.0"
version_command = "markdownlint --version"
description = "Markdown file linter and formatter"
suggested_mode = "comment"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/osv-scanner/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ strip_components = 0
[plugins.definitions.osv-scanner]
releases = ["osv-scanner"]
config_files = ["osv-scanner.toml"]
latest_version = "2.3.0"
known_good_version = "2.3.0"
latest_version = "2.3.3"
known_good_version = "2.3.3"
file_types = ["osv-scanner"]
version_command = "osv-scanner --version"
issue_url_format = "https://osv.dev/${rule}"
Expand Down
2 changes: 1 addition & 1 deletion qlty-plugins/plugins/linters/oxc/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runtime = "node"
package = "oxlint"
file_types = ["javascript", "typescript", "jsx", "tsx"]
affects_cache = ["package.json", "tsconfig.json"]
latest_version = "1.30.0"
latest_version = "1.57.0"
known_good_version = "0.11.1"
version_command = "oxlint --version"
description = "Javascript linter"
Expand Down
2 changes: 1 addition & 1 deletion qlty-plugins/plugins/linters/pmd/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runnable_archive_url = "https://github.com/pmd/pmd/releases/download/pmd_release
download_type = "zip"
strip_components = 1
runtime = "java"
latest_version = "7.18.0"
latest_version = "7.22.0"
known_good_version = "7.13.0"
version_command = "pmd --version"
description = "Java linter"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/prettier/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ file_types = [
"typescript",
"yaml",
]
latest_version = "3.6.2"
known_good_version = "3.6.2"
latest_version = "3.8.1"
known_good_version = "3.8.1"
version_command = "prettier --version"
config_files = [
".prettierrc.cjs",
Expand Down
2 changes: 1 addition & 1 deletion qlty-plugins/plugins/linters/prisma/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ config_version = "0"
runtime = "node"
package = "prisma"
file_types = ["prisma"]
latest_version = "7.0.0"
latest_version = "7.5.0"
known_good_version = "6.15.0"
version_command = "prisma version"
description = "Prisma schema formatter"
Expand Down
2 changes: 1 addition & 1 deletion qlty-plugins/plugins/linters/redocly/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runtime = "node"
package = "@redocly/cli"
file_types = ["openapi"]
config_files = ["redocly.yaml"]
latest_version = "2.11.1"
latest_version = "2.25.0"
known_good_version = "1.25.8"
version_command = "redocly --version"
description = "Identify problems found in OpenAPI or Arazzo descriptions"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/rubocop/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ config_version = "0"
runtime = "ruby"
package = "rubocop"
file_types = ["ruby", "gemspec"]
latest_version = "1.81.7"
known_good_version = "1.81.7"
latest_version = "1.86.0"
known_good_version = "1.86.0"
version_command = "rubocop --version"
config_files = [".rubocop.yml", ".rubocop_*.yml", ".rubocop-*.yml"]
description = "Ruby linter and code formatter"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/ruff/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ config_version = "0"
runtime = "python"
package = "ruff"
file_types = ["python"]
latest_version = "0.14.6"
known_good_version = "0.14.6"
latest_version = "0.15.7"
known_good_version = "0.15.7"
version_command = "ruff version"
config_files = ["ruff.toml"]
description = "Python linter and formatter"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/semgrep/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ runtime = "python"
package = "semgrep"
file_types = ["ALL"]
config_files = [".semgrep.yaml", ".semgrepignore", ".semgrep"]
latest_version = "1.144.0"
known_good_version = "1.144.0"
latest_version = "1.156.0"
known_good_version = "1.156.0"
version_command = "semgrep --version"
description = "Static analysis tool for searching code, finding bugs, and enforcing code standards"
supported_platforms = ["linux", "macos"]
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/sqlfluff/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ config_version = "0"
package = "sqlfluff"
runtime = "python"
file_types = ["sql", "sql-j2", "dml", "ddl"]
latest_version = "3.5.0"
known_good_version = "3.5.0"
latest_version = "4.0.4"
known_good_version = "4.0.4"
version_command = "sqlfluff --version"
config_files = [".sqlfluff"]
affects_cache = ["pyproject.toml"]
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/standardrb/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ config_version = "0"
runtime = "ruby"
package = "standard"
file_types = ["ruby", "gemspec"]
latest_version = "1.52.0"
known_good_version = "1.52.0"
latest_version = "1.54.0"
known_good_version = "1.54.0"
version_command = "standardrb --version"
config_files = [".standard.yml"]
description = "Ruby linter and code formatter"
Expand Down
2 changes: 1 addition & 1 deletion qlty-plugins/plugins/linters/stylelint/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ config_files = [
"stylelintrc.*.yaml",
"stylelintrc.*.yml",
]
latest_version = "16.26.0"
latest_version = "17.5.0"
known_good_version = "16.26.0"
version_command = "stylelint --version"
description = "CSS and SASS linter and code formatter"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/trivy/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ strip_components = 0
[plugins.definitions.trivy]
releases = ["trivy"]
config_files = ["trivy.yaml", "trivy-secret.yaml"]
latest_version = "0.69.2"
known_good_version = "0.69.2"
latest_version = "0.69.3"
known_good_version = "0.69.3"
version_command = "trivy --version"
description = "Comprehensive and versatile security scanner"
security = true
Expand Down
2 changes: 1 addition & 1 deletion qlty-plugins/plugins/linters/trufflehog/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ strip_components = 0
[plugins.definitions.trufflehog]
releases = ["trufflehog"]
file_types = ["ALL"]
latest_version = "3.91.1"
latest_version = "3.94.0"
known_good_version = "3.82.12"
version_command = "trufflehog --version"
description = "Security tool that scans code to find secrets accidentally committed"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/vale/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ strip_components = 0
releases = ["vale"]
config_files = [".vale.ini"]
file_types = ["ALL"]
latest_version = "3.13.0"
known_good_version = "3.13.0"
latest_version = "3.14.1"
known_good_version = "3.14.1"
# v3.6.1 does not return a clean version but is needed for Windows support: https://github.com/errata-ai/vale/issues/863
# # version_command = "vale --version"
description = "Enforce editorial standards in your text documents"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/yamllint/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
runtime = "python"
package = "yamllint"
file_types = ["yaml"]
latest_version = "1.37.1"
known_good_version = "1.37.1"
latest_version = "1.38.0"
known_good_version = "1.38.0"
version_command = "yamllint --version"
config_files = [".yamllint", ".yamllint.yml", ".yamllint.yaml"]
issue_url_format = "https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.${rule}"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/zizmor/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ config_version = "0"
runtime = "python"
package = "zizmor"
file_types = ["github-workflow"]
latest_version = "1.16.3"
known_good_version = "1.16.3"
latest_version = "1.23.1"
known_good_version = "1.23.1"
version_command = "zizmor --version"
config_files = ["zizmor.yml"]
description = "Static analysis tool for GitHub Actions"
Expand Down
Loading