pylint exclude for all paths except ext/custom-addons

develop
Ahmed Aly 2018-02-15 13:56:52 +01:00
parent b6532b0ac5
commit aa5f163dca
1 changed files with 1 additions and 1 deletions

View File

@ -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