Skip to content

Commit 830070d

Browse files
larkinscottByron
authored andcommitted
Add Code Climate configuration
This commit configures code quality analysis by Code Climate. Results are provided by open source Code Climate engines. Based on the languages present in this repository, I've enabled the following engines: - duplication - pep8 - radon
1 parent 7e84122 commit 830070d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.codeclimate.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
engines:
3+
duplication:
4+
enabled: true
5+
config:
6+
languages:
7+
- python
8+
pep8:
9+
enabled: true
10+
radon:
11+
enabled: true
12+
ratings:
13+
paths:
14+
- "**.py"
15+
exclude_paths:

0 commit comments

Comments
 (0)