Skip to content

Commit 3e891bf

Browse files
Review suggestions - update some tags
1 parent cf60e62 commit 3e891bf

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

python/ql/src/Expressions/EqualsNone.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @tags quality
66
* reliability
77
* correctness
8+
* performance
89
* @problem.severity recommendation
910
* @sub-severity high
1011
* @precision very-high

python/ql/src/Expressions/Regex/DuplicateCharacterInSet.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description Duplicate characters in a class have no effect and may indicate an error in the regular expression.
44
* @kind problem
55
* @tags quality
6-
* reliability
6+
* maintainability
77
* readability
88
* @problem.severity warning
99
* @sub-severity low

python/ql/src/Functions/IncorrectlyOverriddenMethod.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* @description Method has a different signature from the overridden method and, if it were called, would be likely to cause an error.
44
* @kind problem
55
* @tags quality
6-
* maintainability
7-
* readability
6+
* reliability
7+
* correctness
88
* @problem.severity error
99
* @sub-severity low
1010
* @precision high

python/ql/src/Functions/IncorrectlySpecifiedOverriddenMethod.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* the arguments with which it is called, and if it were called, would be likely to cause an error.
55
* @kind problem
66
* @tags quality
7-
* maintainability
8-
* readability
7+
* reliability
8+
* correctness
99
* @problem.severity recommendation
1010
* @sub-severity high
1111
* @precision high

python/ql/src/Statements/TopLevelPrint.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* @description Using a print statement at module scope (except when guarded by `if __name__ == '__main__'`) will cause surprising output when the module is imported.
44
* @kind problem
55
* @tags quality
6-
* maintainability
7-
* readability
6+
* reliability
7+
* correctness
88
* @problem.severity recommendation
99
* @sub-severity high
1010
* @precision high

0 commit comments

Comments
 (0)