Skip to content

Commit

Permalink
fix: explicitly load docparams pylint plugin in .pylintrc (#109)
Browse files Browse the repository at this point in the history
The old plugin name seems to be `check_docs`, but that plugin does not
seem to be available anymore.
  • Loading branch information
tk-woven authored Aug 4, 2022
1 parent 9c1c89b commit e01e18f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Copyright 2019-2020 Toyota Research Institute. All rights reserved.
[MAIN]
load-plugins=pylint.extensions.docparams

[MASTER]
accept-no-param-doc=no
accept-no-return-doc=yes
Expand Down Expand Up @@ -68,4 +71,4 @@ disable=
W0621,
E0102,
W0612
##@scope
##@scope

0 comments on commit e01e18f

Please sign in to comment.