Skip to content

Commit f617f1f

Browse files
Copilotrbtr
andauthored
Fix golangci-lint config (#3701)
* Initial plan for issue * Fix golangci-lint config warnings by removing deprecated linters Co-authored-by: rbtr <[email protected]> * Remove empty disable key from golangci-lint config to fix YAML validation Co-authored-by: rbtr <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: rbtr <[email protected]>
1 parent 422fe73 commit f617f1f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.golangci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ linters:
99
- format
1010
- performance
1111
- unused
12-
disable:
13-
- maligned
14-
- scopelint
1512
enable:
16-
- exportloopref
13+
- copyloopvar
1714
- goconst
1815
- gocritic
1916
- gocyclo

0 commit comments

Comments
 (0)