diff --git a/.golangci.yaml b/.golangci.yaml new file mode 100644 index 00000000..5376f1be --- /dev/null +++ b/.golangci.yaml @@ -0,0 +1,17 @@ +--- +linters: + enable-all: true + disable: + - exhaustivestruct + - revive + - lll + - interfacer + - scopelint + - maligned + - golint + - gofmt + - gochecknoglobals + - gochecknoinits + - gocognit + - funlen + - exhaustivestruct