Skip to content

Commit

Permalink
TST: add code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Oct 24, 2019
1 parent 7415814 commit 5f00723
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 @@
# Save as .codeclimate.yml (note leading .) in project root directory
engines:
radon:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- "sami2py/tests/**/*"
- "docs/**/*"
- "setup.py"

0 comments on commit 5f00723

Please sign in to comment.