diff --git a/.golangci.yml b/.golangci.yml new file mode 100644 index 00000000..07fd00b8 --- /dev/null +++ b/.golangci.yml @@ -0,0 +1,13 @@ +run: + timeout: 5m +linters: + enable: + - gofmt + - goimports + - gosec +issues: + exclude-rules: + - linters: + - gosec + text: "Implicit memory aliasing in for loop." + path: _test\.go