Skip to content

Commit f3d0d27

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

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)