diff --git a/.golangci.yaml b/.golangci.yaml new file mode 100644 index 00000000..823c4fd8 --- /dev/null +++ b/.golangci.yaml @@ -0,0 +1,5 @@ +issues: + exclude-rules: + - path: \.go + linters: + - '-SA1019' # disable the rule SA1019