[CI] Add config file for Code Climate
This commit is contained in:
parent
fbd7801d8d
commit
8f759e6134
1 changed files with 19 additions and 0 deletions
19
.codeclimate.yml
Normal file
19
.codeclimate.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
engines:
|
||||||
|
duplication:
|
||||||
|
enabled: true
|
||||||
|
exclude_fingerprints:
|
||||||
|
- 729e672cc5eafa97b4ff7b4487b43e73
|
||||||
|
- b6bcd0bad16e901a7e93b31776477fde
|
||||||
|
- 39aa354fb2009c102f8b297a4eade693
|
||||||
|
config:
|
||||||
|
languages:
|
||||||
|
- python
|
||||||
|
fixme:
|
||||||
|
enabled: true
|
||||||
|
radon:
|
||||||
|
enabled: true
|
||||||
|
ratings:
|
||||||
|
paths:
|
||||||
|
- "**.py"
|
||||||
|
exclude_paths:
|
||||||
|
- tests/
|
Loading…
Reference in a new issue