diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 64dc3f3499..cec1c32716 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -1,4 +1,4 @@ -Contributors +Contributors ------------ Current team: @@ -577,3 +577,5 @@ contributors: * Antonio Quarta (sgheppy): contributor * Harshil (harshil21): contributor + +* Felix von Drigalski (felixvd): contributor diff --git a/doc/user_guide/run.rst b/doc/user_guide/run.rst index 0e5cce4beb..a4a13d580b 100644 --- a/doc/user_guide/run.rst +++ b/doc/user_guide/run.rst @@ -42,7 +42,7 @@ thanks to the ``Run()`` function in the ``pylint.lint`` module .. sourcecode:: python import pylint.lint - pylint_opts = ['--version'] + pylint_opts = ['--disable=line-too-long', 'myfile.py'] pylint.lint.Run(pylint_opts) To silently run Pylint on a ``module_name.py`` module,