Skip to content

Commit dfac62f

Browse files
committed
fix(lint) disable rangeValCopy gocritic rule
We have a short running process, memory pressure can be ignored.
1 parent eea7c94 commit dfac62f

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
@@ -40,6 +40,7 @@ linters:
4040
- typeDefFirst
4141
- ifElseChain
4242
- dupImport # https://github.com/go-critic/go-critic/issues/845
43+
- rangeValCopy
4344
enabled-tags:
4445
- performance
4546
- style

0 commit comments

Comments
 (0)