Skip to content

Commit 7d0018c

Browse files
authored
Update ql/ql/src/queries/style/OmittableExists.ql
1 parent ac0c42c commit 7d0018c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/queries/style/OmittableExists.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Omittable 'exists' argument
2+
* @name Omittable 'exists' variable
33
* @description Writing 'exists(x | pred(x))' is bad practice and can be omitted.
44
* @kind problem
55
* @problem.severity warning

0 commit comments

Comments
 (0)