diff --git a/linters/shfmt/plugin.yaml b/linters/shfmt/plugin.yaml index efbb30e64..6ded3ba2d 100644 --- a/linters/shfmt/plugin.yaml +++ b/linters/shfmt/plugin.yaml @@ -6,7 +6,7 @@ tools: package: mvdan.cc/sh/v${major_version}/cmd/shfmt shims: [shfmt] # shfmt releases are not auto-queriable with our current setup, so we will bump this fixed version from time to time - known_good_version: 3.6.0 + known_good_version: 3.11.0 lint: definitions: - name: shfmt @@ -25,7 +25,7 @@ lint: suggest_if: files_present affects_cache: [.editorconfig] # shfmt releases are not auto-queriable with our current setup, so we will bump this fixed version from time to time - known_good_version: 3.6.0 + known_good_version: 3.11.0 version_command: parse_regex: ${semver} run: shfmt --version