diff --git a/.codeclimate.yml b/.codeclimate.yml index 0b6935d2..74753d80 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,20 +1,16 @@ ---- engines: - rubocop: - enabled: true golint: enabled: true gofmt: enabled: true govet: enabled: true - fixme: - enabled: true duplication: enabled: true config: languages: - - go + - go + ratings: paths: - - "**.go" + - "**.go"