Browse Source
Pylint informs us we're not using these arguments. Oops, it's
right. Correct the error message and remove the remaining unused
parameter.
Fix test output now that the error message is improved.
Fixes: e151941d1b
Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20210930205716.1148693-4-jsnow@redhat.com>
[Commit message formatting tweaked]
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
pull/200/head
committed by
Markus Armbruster
2 changed files with 11 additions and 9 deletions
@ -1 +1 @@ |
|||
doc-bad-feature.json:3: documented member 'a' does not exist |
|||
doc-bad-feature.json:3: documented feature 'a' does not exist |
|||
|
|||
Loading…
Reference in new issue