Add CodeClimate configuration

This commit is contained in:
Maximilian Paß
2022-05-29 17:55:19 +02:00
committed by Sebastian Serth
parent f7dad81691
commit 7ac08b83d0

13
.codeclimate.yml Normal file
View File

@ -0,0 +1,13 @@
version: "2"
plugins:
golint:
enabled: false
govet:
enabled: false
gofmt:
enabled: false
exclude_patterns:
- "**/*_mock.go"
- "**/*_test.go"