Skip to content

Commit

Permalink
feat: undelete should not be required for declarative-friendly interf…
Browse files Browse the repository at this point in the history
…aces (#1304)

according to https://google.aip.dev/164#declarative-friendly-resources:

> Soft-deletable resources have a poorer experience than hard-deleted resources in declarative clients

this contradicts the requirement that declarative-friendly interfaces implement soft-delete.
  • Loading branch information
andrei-scripniciuc authored Dec 20, 2023
1 parent 3cfd411 commit b40c90d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 189 deletions.
93 changes: 0 additions & 93 deletions docs/rules/0164/declarative-friendly-required.md

This file was deleted.

1 change: 0 additions & 1 deletion rules/aip0164/aip0164.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
func AddRules(r lint.RuleRegistry) error {
return r.Register(
164,
declarativeFriendlyRequired,
httpBody,
httpMethod,
httpURISuffix,
Expand Down
32 changes: 0 additions & 32 deletions rules/aip0164/declarative_friendly_required.go

This file was deleted.

63 changes: 0 additions & 63 deletions rules/aip0164/declarative_friendly_required_test.go

This file was deleted.

0 comments on commit b40c90d

Please sign in to comment.