File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 99 - dogsled
1010 - errcheck
1111 - errchkjson
12- - execinquery
1312 - exportloopref
1413 - gci
1514 - goconst
@@ -100,10 +99,6 @@ linters-settings:
10099 allow-unused : false
101100 allow-leading-space : false
102101 require-specific : true
103- staticcheck :
104- go : " 1.22"
105- stylecheck :
106- go : " 1.22"
107102 gosec :
108103 excludes :
109104 - G307 # Deferring unsafe method "Close" on type "\*os.File"
@@ -208,12 +203,13 @@ issues:
208203 - gocritic
209204 text : " deferInLoop: Possible resource leak, 'defer' is called in the 'for' loop"
210205 path : _test\.go
206+ exclude-files :
207+ - " zz_generated.*\\ .go$"
211208
212209run :
210+ go : " 1.22"
213211 timeout : 10m
214212 build-tags :
215213 - tools
216214 - e2e
217- skip-files :
218- - " zz_generated.*\\ .go$"
219215 allow-parallel-runners : true
You can’t perform that action at this time.
0 commit comments