File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1919 - name : golangci-lint
2020 uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
2121 with :
22- version : v1.61
22+ version : v1.65
Original file line number Diff line number Diff line change 11---
22run :
33 concurrency : 6
4- deadline : 5m
4+ timeout : 5m
55issues :
66 exclude-rules :
77 # counterfeiter fakes are usually named 'fake_<something>.go'
@@ -37,9 +37,7 @@ linters:
3737 - errchkjson
3838 - errname
3939 - errorlint
40- - execinquery
4140 - exhaustive
42- - exportloopref
4341 - forcetypeassert
4442 - gci
4543 - ginkgolinter
@@ -241,9 +239,6 @@ linters-settings:
241239 nolintlint :
242240 # Enable to ensure that nolint directives are all used. Default is true.
243241 allow-unused : false
244- # Disable to ensure that nolint directives don't have a leading space. Default is true.
245- # TODO(lint): Enforce machine-readable `nolint` directives
246- allow-leading-space : true
247242 # Exclude following linters from requiring an explanation. Default is [].
248243 allow-no-explanation : []
249244 # Enable to require an explanation of nonzero length after each nolint directive. Default is false.
You can’t perform that action at this time.
0 commit comments