pylint exclude for all paths except ext/custom-addons
parent
b6532b0ac5
commit
aa5f163dca
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
git-pylint-commit-hook --suppress-report
|
||||
git-pylint-commit-hook --suppress-report --ignore=^/dev --ignore=^/setup --ignore=^/config --ignore=^/dmi --ignore=^ext/odoo --ignore=^ext/enterprise-addons --ignore=^ext/3rd-party-addons --ignore=/tests/ --always-show-violations
|
||||
|
|
|
|||
Loading…
Reference in New Issue