Skip to content

Commit

Permalink
[unrecognized-option] Initial documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Sep 2, 2023
1 parent 0f4378a commit 232c006
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
16 changes: 15 additions & 1 deletion doc/data/messages/u/unrecognized-option/details.rst
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
You can help us make the doc better `by contributing <https://github.com/pylint-dev/pylint/issues/5953>`_ !
One of your option is not recognized. There's nothing to change in
your code, but the pylint's configuration or the way you launch
pylint need to be modified.

For example you might be launching pylint with the following ``toml`` configuration::

[tool.pylint]
jars = "10"

When the following should be used::

[tool.pylint]
jobs = "10"

This warning was released in pylint 2.14: bad options were silently failing before.
1 change: 0 additions & 1 deletion doc/data/messages/u/unrecognized-option/good.py

This file was deleted.

0 comments on commit 232c006

Please sign in to comment.