diff --git a/.golangci.yaml b/.golangci.yaml new file mode 100644 index 00000000..4d1370b7 --- /dev/null +++ b/.golangci.yaml @@ -0,0 +1,5 @@ +linters-settings: + gosimple: + checks: + - all + - '-S1001' # disable the rule S1001, packet/encode.go:57:2: S1001: should use copy() instead of a loop