Skip to content

Commit a774c65

Browse files
committed
Python: Remove py/missing-docstring from code-quality-extended.
1 parent 7c58098 commit a774c65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/ql/src/Statements/DocStrings.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* @description Omitting documentation strings from public classes, functions or methods
44
* makes it more difficult for other developers to maintain the code.
55
* @kind problem
6-
* @tags quality
7-
* maintainability
6+
* @tags maintainability
87
* readability
98
* @problem.severity recommendation
109
* @sub-severity low

0 commit comments

Comments
 (0)