Skip to content

Commit

Permalink
Remove filecheck interface
Browse files Browse the repository at this point in the history
  • Loading branch information
SBGoods committed Mar 13, 2024
1 parent e4fff52 commit cc6300a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions internal/check/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ import (
"path/filepath"
)

type FileCheck interface {
Run(string) error
RunAll([]string) error
}

type FileOptions struct {
BasePath string
}
Expand Down
2 changes: 0 additions & 2 deletions internal/check/provider_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ type ProviderFileOptions struct {
}

type ProviderFileCheck struct {
FileCheck

Options *ProviderFileOptions
}

Expand Down

0 comments on commit cc6300a

Please sign in to comment.