Vauxoo / pylint-odoo

1 stars 4 forks source link

pylint not detecting tabs and duplicated ids in xml files #152

Closed JVegaB closed 6 years ago

JVegaB commented 6 years ago

Steps to reproduce

Expected

Saw

moylop260 commented 6 years ago

Is not related with gitlab environment variables @luisg123v ?

moylop260 commented 6 years ago

@JVegaB Could you add the MR or project where is not showing the tabs and xml_id duplicated lints?

moylop260 commented 6 years ago

Fixed from: https://git.vauxoo.com/vauxoo/xunnel-account/merge_requests/52

luisg123v commented 6 years ago

Just for the record, I created a dummy MR to reproduce the issue, performing a git checkout on the aforementioned file to use a failing version:
https://git.vauxoo.com/vauxoo/xunnel-account/merge_requests/50

After the fix, the dummy MR changed from green to red.

The issue was not caused by Pylint, but by an incomplete set-up in the .travis.yml file.