Skip to content

Commit 72e503b

Browse files
fix(lint) disable rangeValCopy gocritic rule (#1355)
Short running process, memory pressure does not matter here.
1 parent c8bf589 commit 72e503b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

golang-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ linters:
3232
- typeDefFirst
3333
- ifElseChain
3434
- dupImport # https://github.com/go-critic/go-critic/issues/845
35+
- rangeValCopy
3536
enabled-tags:
3637
- performance
3738
- style

0 commit comments

Comments
 (0)