Skip to content

Commit 250c283

Browse files
chore: Update linter versions
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d31cbaa commit 250c283

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

qlty-plugins/plugins/linters/checkov/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ config_version = "0"
44
runtime = "python"
55
package = "checkov"
66
file_types = ["docker", "terraform", "yaml", "json"]
7-
latest_version = "3.2.427"
8-
known_good_version = "3.2.427"
7+
latest_version = "3.2.435"
8+
known_good_version = "3.2.435"
99
version_command = "checkov --version"
1010
config_files = [".checkov.yml", ".checkov.yaml"]
1111
description = "Static code analysis tool for infrastructure as code (IaC) and also a software composition analysis (SCA) tool for images and open source packages"

qlty-plugins/plugins/linters/checkstyle/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ config_version = "0"
44
runnable_archive_url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar"
55
runtime = "java"
66
file_types = ["java"]
7-
latest_version = "10.23.1"
8-
known_good_version = "10.23.1"
7+
latest_version = "10.24.0"
8+
known_good_version = "10.24.0"
99
version_command = "java -jar ${linter}/checkstyle --version"
1010
description = "Java Code Quality Tool"
1111
config_files = ["checkstyle.xml"]

qlty-plugins/plugins/linters/knip/plugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ config_files = [
1515
"knip.config.js",
1616
]
1717
affects_cache = ["package.json"]
18-
latest_version = "5.56.0"
18+
latest_version = "5.58.1"
1919
known_good_version = "5.21.2"
2020
version_command = "knip --version"
2121
description = "Find unused files, dependencies, and exports in JavaScript and TypeScript projects"

qlty-plugins/plugins/linters/oxc/plugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runtime = "node"
55
package = "oxlint"
66
file_types = ["javascript", "typescript", "jsx", "tsx"]
77
affects_cache = ["package.json", "tsconfig.json"]
8-
latest_version = "0.16.11"
8+
latest_version = "0.16.12"
99
known_good_version = "0.11.1"
1010
version_command = "oxlint --version"
1111
description = "Javascript linter"

qlty-plugins/plugins/linters/rubocop/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ config_version = "0"
44
runtime = "ruby"
55
package = "rubocop"
66
file_types = ["ruby", "gemspec"]
7-
latest_version = "1.75.6"
8-
known_good_version = "1.75.6"
7+
latest_version = "1.75.7"
8+
known_good_version = "1.75.7"
99
version_command = "rubocop --version"
1010
config_files = [".rubocop.yml", ".rubocop_*.yml", ".rubocop-*.yml"]
1111
description = "Ruby linter and code formatter"

qlty-plugins/plugins/linters/ruff/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ config_version = "0"
44
runtime = "python"
55
package = "ruff"
66
file_types = ["python"]
7-
latest_version = "0.11.10"
8-
known_good_version = "0.11.10"
7+
latest_version = "0.11.11"
8+
known_good_version = "0.11.11"
99
version_command = "ruff version"
1010
config_files = ["ruff.toml"]
1111
description = "Python code formatter"

qlty-plugins/plugins/linters/tflint/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ strip_components = 0
99
releases = ["tflint"]
1010
config_files = [".tflint.hcl"]
1111
file_types = ["terraform"]
12-
latest_version = "0.56.0"
13-
known_good_version = "0.52.0"
12+
latest_version = "0.58.0"
13+
known_good_version = "0.58.0"
1414
version_command = "tflint --version"
1515
description = "A pluggable Terraform linter"
1616

qlty-plugins/plugins/linters/trufflehog/plugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ strip_components = 0
88
[plugins.definitions.trufflehog]
99
releases = ["trufflehog"]
1010
file_types = ["ALL"]
11-
latest_version = "3.88.30"
11+
latest_version = "3.88.34"
1212
known_good_version = "3.82.12"
1313
version_command = "trufflehog --version"
1414
description = "Security tool that scans code to find secrets accidentally committed"

0 commit comments

Comments
 (0)