Skip to content

Commit

Permalink
Drop unrecognized attribute inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFrosch committed Jan 23, 2025
1 parent c0afe89 commit 292c29a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ public void visitFuncallExpression(FuncallExpression node) {
}
AttributeDefinition attribute = rule.getAttribute(name);
if (attribute == null) {
markError(
arg, String.format("Unrecognized attribute '%s' for rule type '%s'", name, ruleName));
continue;
}
missingAttributes.remove(name);
Expand Down

0 comments on commit 292c29a

Please sign in to comment.