Skip to content

Commit

Permalink
Remove mention of pylint
Browse files Browse the repository at this point in the history
We don't actually suggest or use pylint anymore.
  • Loading branch information
jwnimmer-tri committed Feb 9, 2018
1 parent a8951f9 commit 9c3def5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions doc/code_style_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,8 @@ incorporates `PEP 257 -- Docstring Conventions
<https://www.python.org/dev/peps/pep-0257/>`_, Drake follows its
recommendations as well.

In addition, Drake recommends use of ``pylint`` for automatic error
checking. See :ref:`tools for complying with coding style <code-style-tools>`
for full guidance.

Sadly ``pylint`` does not check all the conditions enumerated by
PEP 8. Therefore, Drake recommends the use of ``pep8.py`` as well. See
:ref:`tools for complying with coding style <code-style-tools>` for details.`
See :ref:`tools for complying with coding style <code-style-tools>` for details
about the automated style checks.

.. _code-style-guide-python-clarifications:

Expand Down

0 comments on commit 9c3def5

Please sign in to comment.