Skip to content

Commit

Permalink
Add .codeclimate.yml Config
Browse files Browse the repository at this point in the history
  • Loading branch information
panthomakos committed Feb 12, 2024
1 parent 2f91b2e commit 2697030
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: "2" # required to adjust maintainability checks

checks:
method-complexity:
enabled: true
config:
threshold: 15
return-statements:
enabled: true
config:
threshold: 10

0 comments on commit 2697030

Please sign in to comment.