Skip to content

Commit 8e1b4e3

Browse files
committed
bump the severity of ql/implicit-this
1 parent e25f03f commit 8e1b4e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ql/src/queries/style/ImplicitThis.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* @name Using implicit `this`
33
* @description Writing member predicate calls with an implicit `this` can be confusing
44
* @kind problem
5-
* @problem.severity recommendation
6-
* @precision very-high
5+
* @problem.severity warning
6+
* @precision high
77
* @id ql/implicit-this
88
* @tags maintainability
99
*/

0 commit comments

Comments
 (0)