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

This commit is contained in:
Tony Torralba
2022-12-21 17:16:34 +01:00
committed by GitHub
parent ac0c42c5c6
commit 7d0018c897

View File

@@ -1,5 +1,5 @@
/**
* @name Omittable 'exists' argument
* @name Omittable 'exists' variable
* @description Writing 'exists(x | pred(x))' is bad practice and can be omitted.
* @kind problem
* @problem.severity warning