Add instructions on using pylint to the Salt style coding style guidelines.

This commit is contained in:
Mike Place 2013-12-13 10:11:23 -07:00
parent eeba7dffbe
commit d22161eebc

View File

@ -15,6 +15,17 @@ no grounds to treat others without respect, especially people working to
improve Salt)!!
Linting
=======
Most Salt style conventions are codified in Salt's `.pylintrc` file. This file
is found in the root of the Salt project and can be passed as an argument to the
pylint_ program as follows:
`pylint --rcfile=/path/to/salt/.pylintrc salt/dir/to/lint`
.. _pylint: http://www.pylint.org
Strings
=======