python-telegram-bot/.codeclimate.yml

19 lines
277 B
YAML
Raw Normal View History

2015-09-04 18:29:37 -03:00
languages:
Python: true
2015-09-04 18:33:51 -03:00
exclude_paths:
- "telegram/emoji.py"
2015-09-04 18:35:35 -03:00
- "tests/*"
engines:
duplication:
enabled: true
config:
languages:
- python:
checks:
Similar code:
enabled: false
radon:
enabled: true
config:
threshold: "C"