Skip to content

Commit

Permalink
Update rejectMatchesWithComments() TODO with a bug number.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 716357443
  • Loading branch information
kluever authored and Error Prone Team committed Jan 16, 2025
1 parent 4f61501 commit d6d6ac7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public void apply(TreePath path, Context context, DescriptionListener listener)
}

boolean rejectMatchesWithComments() {
return true; // TODO(lowasser): worth making configurable?
return true; // TODO: b/12365776 - Make this option configurable.
}

static final Context.Key<ImmutableList<UTypeVar>> RULE_TYPE_VARS = new Context.Key<>();
Expand Down

0 comments on commit d6d6ac7

Please sign in to comment.