Skip to content

Commit 618f48b

Browse files
committed
lower the precision of ql/class-predicate-doesnt-use-this to low
1 parent f34f7cc commit 618f48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/queries/performance/ClassPredicateDoesntMentionThis.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @problem.severity warning
66
* @id ql/class-predicate-doesnt-use-this
77
* @tags performance
8-
* @precision medium
8+
* @precision low
99
*/
1010

1111
import ql

0 commit comments

Comments
 (0)