Skip to content

Commit 95ae113

Browse files
committed
QL: downgrade redundant-inline-cast to a warning query
1 parent ea7945b commit 95ae113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/queries/style/RedundantInlineCast.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Redundant inline cast
33
* @description Redundant inline casts
44
* @kind problem
5-
* @problem.severity error
5+
* @problem.severity warning
66
* @id ql/redundant-inline-cast
77
* @tags maintainability
88
* @precision high

0 commit comments

Comments
 (0)