Skip to content

Commit

Permalink
Lower the radon threshold for CodeClimate
Browse files Browse the repository at this point in the history
Lower to 'D' which is cyclomatic complexity "moderate" or above.

More info on grading: http://radon.readthedocs.io/en/latest/commandline.html
  • Loading branch information
Mike Place committed Oct 9, 2017
1 parent 80d258b commit b8507c9
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
languages:
Ruby: false
JavaScript: false
Python: true
PHP: false
Ruby: false
JavaScript: false
Python: true
PHP: false

engines:
radon:
enabled: true
config:
threshold: "D"

0 comments on commit b8507c9

Please sign in to comment.