Skip to content

Commit e01e18f

Browse files
authored
fix: explicitly load docparams pylint plugin in .pylintrc (#109)
The old plugin name seems to be `check_docs`, but that plugin does not seem to be available anymore.
1 parent 9c1c89b commit e01e18f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pylintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Copyright 2019-2020 Toyota Research Institute. All rights reserved.
2+
[MAIN]
3+
load-plugins=pylint.extensions.docparams
4+
25
[MASTER]
36
accept-no-param-doc=no
47
accept-no-return-doc=yes
@@ -68,4 +71,4 @@ disable=
6871
W0621,
6972
E0102,
7073
W0612
71-
##@scope
74+
##@scope

0 commit comments

Comments
 (0)