Browse Source

fix ratings paths

pull/1613/head
ABaldwinHunter 9 years ago
parent
commit
292745233c
  1. 5
      .codeclimate.yml

5
.codeclimate.yml

@ -5,4 +5,7 @@ engines:
pep8:
enabled: true
ratings:
- "**.py"
paths:
- "**.py"
exclude_paths:
- Makefile

Loading…
Cancel
Save