github.com/hellofresh/janus@v0.0.0-20230925145208-ce8de8183c67/.golangci.yml (about) 1 # See https://golangci-lint.run/usage/configuration/#config-file for more information 2 run: 3 timeout: 5m 4 linters: 5 disable-all: true 6 enable: 7 - gofmt 8 - golint 9 - goimports 10 fast: false 11 linters-settings: 12 gofmt: 13 simplify: false 14 issues: 15 exclude-use-default: false