Skip to content

Commit 2a09186

Browse files
Copilotrbtr
andcommitted
Fix golangci-lint config warnings by removing deprecated linters
Co-authored-by: rbtr <2940321+rbtr@users.noreply.github.com>
1 parent 23e67db commit 2a09186

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.golangci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ linters:
1010
- performance
1111
- unused
1212
disable:
13-
- maligned
14-
- scopelint
1513
enable:
16-
- exportloopref
14+
- copyloopvar
1715
- goconst
1816
- gocritic
1917
- gocyclo

0 commit comments

Comments
 (0)