Skip to content

Commit

Permalink
fix(AIP-203): remove optional conflict (#1182)
Browse files Browse the repository at this point in the history
The AIPs now allow OPTIONAL to be used with other descriptive
annotations (e.g. INPUT_ONLY or IMMUTABLE). Removing the rule
accordingly to minimize confusion.
  • Loading branch information
toumorokoshi committed Jul 5, 2023
1 parent 81c0c14 commit 09d127b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 187 deletions.
71 changes: 0 additions & 71 deletions docs/rules/0203/optional-conflict.md

This file was deleted.

1 change: 0 additions & 1 deletion rules/aip0203/aip0203.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func AddRules(r lint.RuleRegistry) error {
inputOnly,
immutable,
optional,
optionalBehaviorConflict,
outputOnly,
required,
unorderedListRepeated,
Expand Down
44 changes: 0 additions & 44 deletions rules/aip0203/optional_conflict.go

This file was deleted.

71 changes: 0 additions & 71 deletions rules/aip0203/optional_conflict_test.go

This file was deleted.

0 comments on commit 09d127b

Please sign in to comment.