Vauxoo / pylint-odoo

1 stars 4 forks source link

[REF] msg with info path #14

Closed moylop260 closed 8 years ago

moylop260 commented 8 years ago

Currently I saw:

app/__init__.py:1: [W7910(wrong-tabs-instead-of-spaces), ] config_settings_action.xml:4:0: Use wrong tabs indentation instead of four spaces
app/__init__.py:1: [W7910(wrong-tabs-instead-of-spaces), ] res_users.xml:40:0: Use wrong tabs indentation instead of four spaces

Where use config_settings_action.xml:4:0 should use subpath/config_settings_action.xml:4:0

moylop260 commented 8 years ago

Fix https://github.com/Vauxoo/pylint-odoo/pull/25