We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f7b18 commit c8c92a7Copy full SHA for c8c92a7
python/ql/src/Functions/ReturnConsistentTupleSizes.ql
@@ -2,9 +2,9 @@
2
* @name Returning tuples with varying lengths
3
* @description A function that potentially returns tuples of different lengths may indicate a problem.
4
* @kind problem
5
- * @tags reliability
6
- * maintainability
7
- * quality
+ * @tags quality
+ * reliability
+ * correctness
8
* @problem.severity recommendation
9
* @sub-severity high
10
* @precision high
0 commit comments