Skip to content

Commit

Permalink
Fixed code climate config
Browse files Browse the repository at this point in the history
  • Loading branch information
sirfoga committed Aug 16, 2017
1 parent b713991 commit ba42e82
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
---
engines:
duplication:
enabled: true
checks:
Similar code:
enabled: false # matches in different files
config:
languages:
- python
fixme:
enabled: true
radon:
enabled: true
checks:
Complexity:
enabled: false
ratings:
paths:
- "**.js"
- "**.py"
exclude_paths:
- docs

0 comments on commit ba42e82

Please sign in to comment.