Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKosarchuk committed Feb 10, 2019
1 parent 147b360 commit 5ec1686
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/profiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,20 @@ but you can turn it on using the ``--member-warnings`` flag or in a profile::
member-warnings: true


Pylint Plugins
'''''''''''''''

It is possible to specify list of plugins for Pylint. You can do this by using ``load-plugins``
option in ``pylint`` section::

pylint:
load-plugins:
- plugin
- plugin

Note that this option doesn't affect loading of :ref:`autodetected plugins <libraries-used-and-autodetect>`.


PEP8 Control
............

Expand Down

0 comments on commit 5ec1686

Please sign in to comment.