Skip to content

Commit

Permalink
Add info about example file to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tmotyl committed Apr 9, 2021
1 parent 3847a1f commit fa55e23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,11 @@ Or
Usage
-----

``pylint --load-plugins=pylint_odoo -e odoolint ...``
``pylint --load-plugins=pylint_odoo -e odoolint path/to/test``

or use configuration file (find example configuration in https://github.com/oca/pylint-odoo/blob/patch-1/pylint_odoo/examples/.pylintrc):

``pylint --rcfile=.pylintrc -e odoolint path/to/test``

Example to test just odoo-lint case:

Expand Down

0 comments on commit fa55e23

Please sign in to comment.