Skip to content

Commit

Permalink
remove 132 rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Dec 10, 2024
1 parent b290a67 commit 11b92f8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 157 deletions.
65 changes: 0 additions & 65 deletions docs/rules/0132/http-uri-parent.md

This file was deleted.

1 change: 0 additions & 1 deletion rules/aep0132/aep0132.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ func AddRules(r lint.RuleRegistry) error {
132,
httpBody,
httpMethod,
httpURIParent,
methodSignature,
requestFieldTypes,
requestMessageName,
Expand Down
31 changes: 0 additions & 31 deletions rules/aep0132/http_uri_parent.go

This file was deleted.

60 changes: 0 additions & 60 deletions rules/aep0132/http_uri_parent_test.go

This file was deleted.

1 change: 1 addition & 0 deletions rules/internal/utils/common_lints.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ func LintMethodHasMatchingResponseName(m *desc.MethodDescriptor) []lint.Problem

// LintHTTPURIHasParentVariable returns a problem if any of the given method's HTTP rules do not
// have a parent variable in the URI.
// This is only required if the resource is not top-level.
func LintHTTPURIHasParentVariable(m *desc.MethodDescriptor) []lint.Problem {
return LintHTTPURIHasVariable(m, "parent")
}
Expand Down

0 comments on commit 11b92f8

Please sign in to comment.