Skip to content

Commit 11fe175

Browse files
authored
test(golangci-lint): remove explicit version for gofumpt (#498)
By default, gofumpt uses the language version from go.mod, which reduces the need for maintenance here.
1 parent 89093d0 commit 11fe175

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ linters:
4444

4545
linters-settings:
4646
gofumpt:
47-
lang-version: "1.19"
4847
extra-rules: true
4948
gocyclo:
5049
min-complexity: 15

renovate.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
2424
"matchStrings": [
2525
"# renovate:\\sdatasource=(?<datasource>.*?)\\sdepName=(?<depName>.*?)\\s.*@(?<currentValue>.*)"
2626
]
27-
},
28-
{
29-
"description": "Upgrade go minor for golangci-lint",
30-
"fileMatch": ["^\\.golangci\\.yml"],
31-
"matchStrings": ["lang-version: \"(?<currentValue>.*)\""],
32-
"datasourceTemplate": "github-tags",
33-
"depNameTemplate": "golang/go",
34-
"versioningTemplate": "docker"
3527
}
3628
],
3729
"packageRules": [

0 commit comments

Comments
 (0)