diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..afc2bb1f --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,22 @@ +--- +engines: + rubocop: + enabled: true + golint: + enabled: true + gofmt: + enabled: true + govet: + enabled: true + fixme: + enabled: true + duplication: + enabled: true + config: + languages: + - go +ratings: + paths: + - "**.go" +exclude_paths: +- vendor/