Vauxoo / pylint-odoo

1 stars 4 forks source link

[FIX] Fix message of incoherent-interpreter-exec-perm #107

Closed JesusZapata closed 7 years ago

JesusZapata commented 7 years ago

[FIX] Fix message of incoherent-interpreter-exec-perm

You have a python file with execution permissions but you don't have a interpreter magic comment. If you really needs a execution permission then add a magic comment (1) If you don't needs a execution permission then remove it with: chmod -x my_file.py

(1) https://en.wikipedia.org/wiki/Shebang_%28Unix%29

Referring to https://github.com/OCA/pylint-odoo/pull/1#issuecomment-269585616

moylop260 commented 7 years ago

Could you create a Pr to oca please? I need feedback of the message from contributors

JesusZapata commented 7 years ago

@moylop260 Off course! https://github.com/OCA/pylint-odoo/pull/106