Skip to content

Commit

Permalink
disable codeclimate 'maintainability' checks
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jeromy <[email protected]>
  • Loading branch information
whyrusleeping committed Dec 31, 2017
1 parent 8f17968 commit 6453ba9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,24 @@ engines:
enabled: true
gofmt:
enabled: true

version: "2"
checks:
argument-count:
enabled: false
complex-logic:
enabled: false
file-lines:
enabled: false
method-complexity:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
nested-control-flow:
enabled: false
return-statements:
enabled: false
similar-code:
enabled: false

0 comments on commit 6453ba9

Please sign in to comment.