Skip to content

Commit 6ca4026

Browse files
committed
Clean up the codeclimate settings
1 parent 8bfe43f commit 6ca4026

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

.codeclimate.yml

+23-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
1-
languages:
2-
Python: true
3-
exclude_paths:
4-
- docs/*
5-
- tests/*
6-
- examples/*
1+
engines:
2+
duplication:
3+
enabled: true
4+
config:
5+
languages:
6+
- python
7+
pep8:
8+
enabled: true
9+
radon:
10+
enabled: true
11+
ratings:
12+
paths:
13+
- rabbitpy/**
14+
exclude_paths:
15+
- docs/**
16+
- setup.*
17+
- test-requirements.txt
18+
- tests/**
19+
- README.rst
20+
- MANIFEST.in
21+
- LICENSE
22+
- tox.ini
23+
- examples/**

0 commit comments

Comments
 (0)