forked from pylint-dev/pylint
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05404f0
commit 35007f5
Showing
6 changed files
with
54 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
``missing-return-doc`` now respects the ``no-docstring-rgx`` option. | ||
|
||
Closes #4743 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
missing-any-param-doc:4:0:4:18:_private_func1:"Missing any documentation in ""_private_func1""":HIGH | ||
missing-return-doc:4:0:4:18:_private_func1:Missing return documentation:HIGH | ||
missing-return-type-doc:4:0:4:18:_private_func1:Missing return type documentation:HIGH | ||
missing-yield-doc:9:0:9:18:_private_func2:Missing yield documentation:HIGH | ||
missing-yield-type-doc:9:0:9:18:_private_func2:Missing yield type documentation:HIGH | ||
missing-raises-doc:14:0:14:18:_private_func3:"""Exception"" not documented as being raised":HIGH | ||
missing-any-param-doc:19:0:19:16:public_func1:"Missing any documentation in ""public_func1""":HIGH | ||
missing-return-doc:24:0:24:30:_async_private_func1:Missing return documentation:HIGH | ||
missing-return-type-doc:24:0:24:30:_async_private_func1:Missing return type documentation:HIGH | ||
missing-yield-doc:29:0:29:30:_async_private_func2:Missing yield documentation:HIGH | ||
missing-yield-type-doc:29:0:29:30:_async_private_func2:Missing yield type documentation:HIGH | ||
missing-raises-doc:34:0:34:30:_async_private_func3:"""Exception"" not documented as being raised":HIGH | ||
missing-any-param-doc:39:0:39:28:async_public_func1:"Missing any documentation in ""async_public_func1""":HIGH | ||
differing-param-doc:44:0:44:23:differing_param_doc:"""param"" differing in parameter documentation":HIGH | ||
differing-param-doc:55:0:55:35:differing_param_doc_kwords_only:"""param"" differing in parameter documentation":HIGH | ||
missing-type-doc:66:0:66:20:missing_type_doc:"""par1"" missing in parameter type documentation":HIGH | ||
missing-type-doc:76:0:76:32:missing_type_doc_kwords_only:"""par1"" missing in parameter type documentation":HIGH | ||
missing-any-param-doc:11:0:11:18:_private_func2:"Missing any documentation in ""_private_func2""":HIGH | ||
missing-yield-doc:11:0:11:18:_private_func2:Missing yield documentation:HIGH | ||
missing-yield-type-doc:11:0:11:18:_private_func2:Missing yield type documentation:HIGH | ||
missing-any-param-doc:18:0:18:18:_private_func3:"Missing any documentation in ""_private_func3""":HIGH | ||
missing-raises-doc:18:0:18:18:_private_func3:"""Exception"" not documented as being raised":HIGH | ||
missing-any-param-doc:23:0:23:16:public_func1:"Missing any documentation in ""public_func1""":HIGH | ||
missing-any-param-doc:29:0:29:30:_async_private_func1:"Missing any documentation in ""_async_private_func1""":HIGH | ||
missing-return-doc:29:0:29:30:_async_private_func1:Missing return documentation:HIGH | ||
missing-return-type-doc:29:0:29:30:_async_private_func1:Missing return type documentation:HIGH | ||
missing-any-param-doc:37:0:37:30:_async_private_func2:"Missing any documentation in ""_async_private_func2""":HIGH | ||
missing-yield-doc:37:0:37:30:_async_private_func2:Missing yield documentation:HIGH | ||
missing-yield-type-doc:37:0:37:30:_async_private_func2:Missing yield type documentation:HIGH | ||
missing-any-param-doc:44:0:44:30:_async_private_func3:"Missing any documentation in ""_async_private_func3""":HIGH | ||
missing-raises-doc:44:0:44:30:_async_private_func3:"""Exception"" not documented as being raised":HIGH | ||
missing-any-param-doc:49:0:49:28:async_public_func1:"Missing any documentation in ""async_public_func1""":HIGH | ||
differing-param-doc:54:0:54:23:differing_param_doc:"""param"" differing in parameter documentation":HIGH | ||
differing-param-doc:65:0:65:35:differing_param_doc_kwords_only:"""param"" differing in parameter documentation":HIGH | ||
missing-type-doc:76:0:76:20:missing_type_doc:"""par1"" missing in parameter type documentation":HIGH | ||
missing-type-doc:86:0:86:32:missing_type_doc_kwords_only:"""par1"" missing in parameter type documentation":HIGH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters