We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89093d0 commit 11fe175Copy full SHA for 11fe175
.golangci.yml
@@ -44,7 +44,6 @@ linters:
44
45
linters-settings:
46
gofumpt:
47
- lang-version: "1.19"
48
extra-rules: true
49
gocyclo:
50
min-complexity: 15
renovate.json
@@ -24,14 +24,6 @@
24
"matchStrings": [
25
"# renovate:\\sdatasource=(?<datasource>.*?)\\sdepName=(?<depName>.*?)\\s.*@(?<currentValue>.*)"
26
]
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"
35
}
36
],
37
"packageRules": [
0 commit comments