addons-cm/website_sale_aplicoop/.codeclimate.yml
2026-02-11 15:32:11 +01:00

29 lines
369 B
YAML

version: '2'
checks:
similar-code:
enabled: true
config:
threshold: 3
duplicate-code:
enabled: true
config:
threshold: 3
exclude-patterns:
- tests/
- migrations/
python-targets:
- 3.10
- 3.11
- 3.12
plugins:
pylint:
enabled: true
config:
load-plugins:
- pylint_odoo
pydocstyle:
enabled: false