Skip to content

Commit

Permalink
Create .codeclimate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
makdl authored Apr 1, 2020
1 parent f735e6d commit 4b04031
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
version: "2"
plugins:
fixme:
enabled: true
config:
strings:
- FIXME
- BUG
- TODO
markdownlint:
enabled: false
pep8:
enabled: true
radon:
enabled: true
checks:
argument-count:
enabled: false
complex-logic:
enabled: true
file-lines:
enabled: false
method-complexity:
enabled: true
method-count:
enabled: false
method-lines:
enabled: false
nested-control-flow:
enabled: false
return-statements:
enabled: true
similar-code:
enabled: false
identical-code:
enabled: false
exclude_patterns:
- "**/docs/"
- "**/examples/"
- "**/test/"
- "**/*.ipynb/"
- "**/*.sh"
- "**/*.bat"

0 comments on commit 4b04031

Please sign in to comment.