OCA / pylint-odoo

Odoo plugin for Pylint
http://www.pylint.org
143 stars 168 forks source link

Add .pylintrc example #325

Closed tmotyl closed 3 years ago

tmotyl commented 3 years ago

Pylint-odoo shoud come with example .pylintrc file one can copy to project and start using right away.

This file is taken from https://github.com/OCA/server-env/blob/13.0/.pylintrc

tmotyl commented 3 years ago

not sure whether the -e odoolint param is needed, as the https://github.com/OCA/oca-addons-repo-template/blob/master/.pre-commit-config.yaml.jinja doesn't have it.