Skip to content

Commit

Permalink
Update pylint/lint/pylinter.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
  • Loading branch information
Pierre-Sassoulas and DanielNoord committed Jun 4, 2022
1 parent 72def37 commit 6dedf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/lint/pylinter.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def _load_reporter_by_class(reporter_class: str) -> type[BaseReporter]:
"E0012": (
"Bad option value for '%s', expected a valid pylint message and got '%s'",
"bad-option-value",
"Used when a bad value for an inline option is encountered.",
"Used when a bad value for an option is encountered.",
{"scope": WarningScope.LINE},
),
"E0013": (
Expand Down

0 comments on commit 6dedf43

Please sign in to comment.