python-telegram-bot/.codeclimate.yml

21 lines
277 B
YAML
Raw Normal View History

2015-09-04 23:33:51 +02:00
exclude_paths:
2015-09-04 23:35:35 +02:00
- "tests/*"
2017-09-25 21:38:47 +02:00
- "examples/*"
engines:
duplication:
enabled: true
config:
languages:
- python:
checks:
Similar code:
enabled: false
radon:
enabled: true
config:
2017-09-25 21:37:53 +02:00
threshold: "C"
2017-09-25 21:42:17 +02:00
ratings:
paths:
- "**.py"