commit f5f014c477fa66768a9872d28950a974bfc77fd2 parent 315fd2648baf5cc827f573cdba1ab1869e0d8885 Author: Marcel <MTRNord@users.noreply.github.com> Date: Wed, 30 Aug 2017 00:06:55 +0200 Setup Codeclimate Reports Diffstat:
| A | .codeclimate.yml | | | 18 | ++++++++++++++++++ |
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/.codeclimate.yml b/.codeclimate.yml @@ -0,0 +1,18 @@ +engines: + govet: + enabled: true + golint: + enabled: true + gofmt: + enabled: true + fixme: + enabled: true + config: + strings: + - FIXME + - BUG + - CUSTOM + +ratings: + paths: + - "**.go"