File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
run :
2
2
timeout : 5m
3
+ go : " 1.22"
3
4
4
5
issues :
5
6
exclude-use-default : false
@@ -45,23 +46,19 @@ linters-settings:
45
46
excludes :
46
47
- G101
47
48
gosimple :
48
- go : " 1.16"
49
49
checks : ["all"]
50
50
nolintlint :
51
- allow-leading-space : false # require machine-readable nolint directives (i.e. with no leading space)
52
51
allow-unused : false # report any unused nolint directives
53
52
require-explanation : false # don't require an explanation for nolint directives
54
53
require-specific : true # require nolint directives to be specific about which linter is being skipped
55
54
revive :
56
- min- confidence : 0
55
+ confidence : 0
57
56
# Due to https://github.com/golangci/golangci-lint/issues/2355 on MacOS the linter is failing with the error
58
57
# message too many files. Set the max-open-files explicitly.
59
58
max-open-files : 2048
60
59
staticcheck :
61
- go : " 1.16"
62
60
checks : ["all"]
63
61
stylecheck :
64
- go : " 1.16"
65
62
checks : ["all", "-ST1000"]
66
63
67
64
linters :
You can’t perform that action at this time.
0 commit comments