Skip to content

Commit cc6300a

Browse files
committed
Remove filecheck interface
1 parent e4fff52 commit cc6300a

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

internal/check/file.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ import (
1010
"path/filepath"
1111
)
1212

13-
type FileCheck interface {
14-
Run(string) error
15-
RunAll([]string) error
16-
}
17-
1813
type FileOptions struct {
1914
BasePath string
2015
}

internal/check/provider_file.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ type ProviderFileOptions struct {
1919
}
2020

2121
type ProviderFileCheck struct {
22-
FileCheck
23-
2422
Options *ProviderFileOptions
2523
}
2624

0 commit comments

Comments
 (0)