Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Initial code climate config (based on the default) #334

Merged
merged 1 commit into from
Dec 2, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
engines:
duplication:
enabled: true
config:
languages:
- python
radon:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- tests/