Skip to content

Commit c8c92a7

Browse files
Update tags for mixed-tuple-returns to include exactly 1 subcategory
1 parent c3f7b18 commit c8c92a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/ql/src/Functions/ReturnConsistentTupleSizes.ql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* @name Returning tuples with varying lengths
33
* @description A function that potentially returns tuples of different lengths may indicate a problem.
44
* @kind problem
5-
* @tags reliability
6-
* maintainability
7-
* quality
5+
* @tags quality
6+
* reliability
7+
* correctness
88
* @problem.severity recommendation
99
* @sub-severity high
1010
* @precision high

0 commit comments

Comments
 (0)