We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a20bc5 commit 9e2f9b3Copy full SHA for 9e2f9b3
CONTRIBUTORS.txt
@@ -1,4 +1,4 @@
1
-Contributors
+Contributors
2
------------
3
4
Current team:
@@ -580,3 +580,5 @@ contributors:
580
* Antonio Quarta (sgheppy): contributor
581
582
* Harshil (harshil21): contributor
583
+
584
+* Felix von Drigalski (felixvd): contributor
doc/user_guide/run.rst
@@ -42,7 +42,7 @@ thanks to the ``Run()`` function in the ``pylint.lint`` module
42
.. sourcecode:: python
43
44
import pylint.lint
45
- pylint_opts = ['--version']
+ pylint_opts = ['--disable=line-too-long', 'myfile.py']
46
pylint.lint.Run(pylint_opts)
47
48
To silently run Pylint on a ``module_name.py`` module,
0 commit comments