Fix misspell lint issues

This commit is contained in:
Joshua Casey
2024-05-07 14:10:34 -05:00
parent c31a0e37bf
commit 67d3b5fb82
3 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ type REST struct {
// Assert that our *REST implements all the optional interfaces that we expect it to implement.
var _ interface {
rest.Creater
rest.Creater //nolint:misspell // this name comes from a dependency
rest.NamespaceScopedStrategy
rest.Scoper
rest.Storage

View File

@@ -47,7 +47,7 @@ type REST struct {
// Assert that our *REST implements all the optional interfaces that we expect it to implement.
var _ interface {
rest.Creater
rest.Creater //nolint:misspell // this name comes from a dependency
rest.NamespaceScopedStrategy
rest.Scoper
rest.Storage

View File

@@ -33,7 +33,7 @@ type REST struct {
// Assert that our *REST implements all the optional interfaces that we expect it to implement.
var _ interface {
rest.Creater
rest.Creater //nolint:misspell // this name comes from a dependency
rest.NamespaceScopedStrategy
rest.Scoper
rest.Storage