We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac4b33 commit daf5054Copy full SHA for daf5054
lkql_checker/share/lkql/kp/kp_va18_003.lkql
@@ -19,5 +19,5 @@ fun kp_va18_003(node) =
19
for a in l.children
20
if a.f_r_expr is not AttributeRef(
21
f_attribute: Identifier(p_name_is("Tag"): true)
22
- and a.f_r_expr.p_expression_type().p_relative_name().p_name_is("Tag")
+ ) and a.f_r_expr.p_expression_type().p_relative_name().p_name_is("Tag")
23
]
0 commit comments