-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
ignore W7930 for XML files not to be handled by manifest #102
Comments
It's only a warning, so no special problem. Anyway, there's some excluded folder that you can use for holding this kind of files without even warning. I don't remember now which. @moylop260, do you? |
But OCA/l10n-italy#265 is red because of lint checks |
No, it's red because of:
|
@pedrobaeza ok, thanks. PR is green now. Let's just see if @moylop260 knows the excluded folder |
I tried add this case in the README of this project https://github.com/OCA/pylint-odoo#usage |
Maybe we should consider |
Yes, |
Tests folders skipped from #114 |
See
https://travis-ci.org/OCA/l10n-italy/jobs/190682978
in particular
l10n_it_fatturapa_out/tests/data/IT06363391001_00001.xml:1: [W7930(file-not-used), ] not used from manifest
That XML file is used by automatic tests, to check the result of invoice export, so it must not be used by manifest.
So, pylint-odoo should not raise the error.
The text was updated successfully, but these errors were encountered: