File tree 2 files changed +1
-17
lines changed
2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,3 @@ linters:
22
22
issues :
23
23
max-issues-per-linter : 0
24
24
max-same-issues : 0
25
- exclude-case-sensitive : true
26
- exclude :
27
- # integration/tests/api/event_test.go:66:6: func `waitForStaticEvent` is unused (unused)
28
- # Flaky test skipped.
29
- - waitForStaticEvent
30
- # Initialism or acronyms for fields, vars and types:
31
- - " (struct field|var|type|const) `[A-Z].*` should be `.*`"
32
- # Initialism or acronyms - renaming exported methods and functions can be tricky:
33
- - " (method|func) [A-Z].* should be .*"
34
- # Stuttering affects exported names:
35
- - " type name will be used as .*\\ .[A-Z]{1}.* by other packages, and that stutters"
36
- exclude-rules :
37
- # utils/cpuload/netlink/netlink.go:102:15: Error return value of `binary.Write` is not checked (errcheck)
38
- # There are more similar issues in this file
39
- - path : utils/cpuload/netlink/netlink.go
40
- text : " Error return value of `binary.Write` is not checked"
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
GO := go
16
- GOLANGCI_VER := 1.56.2
16
+ GOLANGCI_VER := 1.61.0
17
17
GO_TEST ?= $(GO ) test $(or $(GO_FLAGS ) ,-race)
18
18
arch ?= $(shell go env GOARCH)
19
19
You can’t perform that action at this time.
0 commit comments