Skip to content

Commit 09d127b

Browse files
authored
fix(AIP-203): remove optional conflict (#1182)
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.
1 parent 81c0c14 commit 09d127b

File tree

4 files changed

+0
-187
lines changed

4 files changed

+0
-187
lines changed

docs/rules/0203/optional-conflict.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

rules/aip0203/aip0203.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ func AddRules(r lint.RuleRegistry) error {
3636
inputOnly,
3737
immutable,
3838
optional,
39-
optionalBehaviorConflict,
4039
outputOnly,
4140
required,
4241
unorderedListRepeated,

rules/aip0203/optional_conflict.go

Lines changed: 0 additions & 44 deletions
This file was deleted.

rules/aip0203/optional_conflict_test.go

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)