Skip to content

Commit 42880f5

Browse files
committed
change ql/to-string-in-logic to a warning query
1 parent 1cd1b14 commit 42880f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/queries/style/ToStringInQueryLogic.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Using 'toString' in query logic
33
* @description A query should not depend on the output of 'toString'.
44
* @kind problem
5-
* @problem.severity error
5+
* @problem.severity warning
66
* @id ql/to-string-in-logic
77
* @precision medium
88
* @tags maintainability

0 commit comments

Comments
 (0)