Skip to content

Commit

Permalink
Mark --rcfile as a command since it cannot used in the configuration …
Browse files Browse the repository at this point in the history
…file. Found in #3329
  • Loading branch information
PCManticore committed Jan 5, 2020
1 parent 21f25cc commit bd6aa15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylint/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -1531,9 +1531,10 @@ def __init__(self, args, reporter=None, do_exit=True):
{
"action": "callback",
"callback": Run._return_one,
"group": "Commands",
"type": "string",
"metavar": "<file>",
"help": "Specify a configuration file.",
"help": "Specify a configuration file to load.",
},
),
(
Expand Down

0 comments on commit bd6aa15

Please sign in to comment.