forked from pylint-dev/pylint
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[unrecognized-option] Initial documentation
Refs pylint-dev#7897
- Loading branch information
1 parent
0f4378a
commit 232c006
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.