File tree Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 1+ version : " 2"
12run :
23 concurrency : 3
3- timeout : 4m
4-
54linters :
6- enable-all : true
5+ default : all
76 disable :
87 - depguard
98 - ireturn
109 - mnd
1110 - varnamelen
1211 - wrapcheck
1312 - wsl
14-
15- linters-settings :
13+ exclusions :
14+ generated : lax
15+ presets :
16+ - comments
17+ - common-false-positives
18+ - legacy
19+ - std-error-handling
20+ paths :
21+ - third_party$
22+ - builtin$
23+ - examples$
24+ formatters :
25+ enable :
26+ - gci
27+ - gofmt
28+ - gofumpt
29+ - goimports
30+ exclusions :
31+ generated : lax
32+ paths :
33+ - third_party$
34+ - builtin$
35+ - examples$
Original file line number Diff line number Diff line change 11GOCMD = go
22GOTEST = $(GOCMD ) test
33
4- GOLANGCI_VERSION ?= v1.64.5
4+ GOLANGCI_VERSION ?= v2.1.6
55TOOLS_BIN := $(shell mkdir -p build/tools && realpath build/tools)
66
77GOLANGCI = $(TOOLS_BIN ) /golangci-lint-$(GOLANGCI_VERSION )
You can’t perform that action at this time.
0 commit comments