Skip to content

Commit

Permalink
Ignore typos in embedded file
Browse files Browse the repository at this point in the history
Added in #2524
  • Loading branch information
aruiz14 committed Jun 17, 2024
1 parent 3ee97c0 commit 0154cb4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion _typos.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[files]
extend-exclude = ["go.mod","ssh_host_ecdsa_key","cloner_test.go", "netutils_test.go"]
extend-exclude = [
"go.mod",
"ssh_host_ecdsa_key",
"cloner_test.go",
"netutils_test.go",
"pkg/apis/internal/scheme.go",
]

[default.extend-identifiers]
"passin" = "passin"
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/internal/scheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ limitations under the License.
//
// This also true of the built-in Kubernetes types. Then, in the entrypoint for
// your manager, assemble the scheme containing exactly the types you need,
// panicing if scheme registration failed. For instance, if our controller needs
// panicking if scheme registration failed. For instance, if our controller needs
// types from the core/v1 API group (e.g. Pod), plus types from my.api.group/v1:
//
// func init() {
Expand Down

0 comments on commit 0154cb4

Please sign in to comment.