Skip to content

Commit 5fc1b8b

Browse files
committed
QL: lowercase query id
1 parent e167554 commit 5fc1b8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql/src/queries/performance/DontUseGetAQlClass.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description Any use of getAQlClass causes both compile-time and runtime to be significantly slower.
44
* @kind problem
55
* @problem.severity warning
6-
* @id ql/dont-use-getAQlClass
6+
* @id ql/dont-use-getaqlclass
77
* @tags performance
88
* @precision very-high
99
*/

0 commit comments

Comments
 (0)