Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMP] pylint-odoo: Adding support for parameters --ignore and --ignore-patterns #103

Conversation

JesusZapata
Copy link
Member

pylint supports the following parameters:

  • --ignore=<file>[,<file>...]
  • --ignore-patterns=<pattern>[,<pattern>...]

But pylint-odoo is not using for ignore them from custom search files methods.
We are searching files: js, md, rst...
And we need skip them too if this parameters is defined.

Copy link
Sponsor Member

@dreispt dreispt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dreispt dreispt merged commit fc548e2 into OCA:master Jan 13, 2017
@luisg123v luisg123v deleted the master-oca-add-supports-for-ignore-files-jesuszapata branch August 6, 2020 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants