Fix misspell lint issues

This commit is contained in:
Joshua Casey
2024-05-10 12:51:01 -05:00
parent c31a0e37bf
commit 67d3b5fb82
3 changed files with 3 additions and 3 deletions
@@ -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
+1 -1
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
+1 -1
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