File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 21
21
cache : false
22
22
23
23
- name : Run golangci-lint
24
- uses : golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # v6.3.1
24
+ uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
25
25
with :
26
26
version : v1.61
Original file line number Diff line number Diff line change @@ -88,20 +88,6 @@ linters:
88
88
# - wrapcheck
89
89
# - wsl
90
90
linters-settings :
91
- depguard :
92
- list-type : blacklist
93
- include-go-root : true
94
- include-go-std-lib : true
95
- gci :
96
- no-inline-comments : false
97
- no-prefix-comments : true
98
- sections :
99
- - standard
100
- - default
101
- - prefix(github.com/protobom/protobom)
102
-
103
- section-separators :
104
- - newLine
105
91
godox :
106
92
keywords :
107
93
- BUG
@@ -154,9 +140,6 @@ linters-settings:
154
140
nolintlint :
155
141
# Enable to ensure that nolint directives are all used. Default is true.
156
142
allow-unused : false
157
- # Disable to ensure that nolint directives don't have a leading space. Default is true.
158
- # TODO(lint): Enforce machine-readable `nolint` directives
159
- allow-leading-space : true
160
143
# Exclude following linters from requiring an explanation. Default is [].
161
144
allow-no-explanation : []
162
145
# 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