Aplicoop desde el repo de kidekoop
This commit is contained in:
parent
69917d1ec2
commit
7cff89e418
93 changed files with 313992 additions and 0 deletions
29
website_sale_aplicoop/.codeclimate.yml
Normal file
29
website_sale_aplicoop/.codeclimate.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue