mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Minor lint doc clarification, improvements
Refs https://github.com/saltstack/salt-pylint/issues/45
This commit is contained in:
parent
c3f43a3c38
commit
314edc830d
1 changed files with 5 additions and 2 deletions
|
@ -19,8 +19,11 @@ Linting
|
|||
=======
|
||||
|
||||
Most Salt style conventions are codified in Salt's ``.pylintrc`` file.
|
||||
Salt's pylint file has two dependencies: pylint_ and saltpylint_, however, linting should
|
||||
be done using :ref:`nox <getting_set_up_for_tests>`.
|
||||
Salt's linting has two major dependencies: pylint_ and saltpylint_, the full lint
|
||||
requirements can be found under ``requirements/static/ci/lint.in`` and the pinned
|
||||
requirements at ``requirements/static/ci/py3.<minor-version>/lint.txt``, however,
|
||||
linting should be done using :ref:`nox <getting_set_up_for_tests>`, which is how
|
||||
pull requests are checked.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue