Files
poseidon/.codeclimate.yml
2022-06-07 16:59:02 +02:00

13 lines
164 B
YAML

version: "2"
plugins:
golint:
enabled: false
govet:
enabled: false
gofmt:
enabled: false
exclude_patterns:
- "**/*_mock.go"
- "**/*_test.go"