-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
Milestone
Description
Some users are reporting erroneous detection of the need for the OUTPUT_ONLY
annotation, because the AIP-203::output-only check looks for the string "output.*only" and raises an error otherwise.
I wonder if this rule should be removed, especially with the advent of https://linter.aip.dev/203/field-behavior-required? I suppose it's possible to miss the field behavior, but it feels minimizing false positives is better.