Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Sep 19, 2023
1 parent c8beec6 commit d7eac3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/stretchr/testify/require"
)

//func addFilesToMemFS(memfs *memoryfs.FS, typePolicy bool, folderName string) error {
// func addFilesToMemFS(memfs *memoryfs.FS, typePolicy bool, folderName string) error {
// base := filepath.Base(folderName)
// if err := memfs.MkdirAll(base, 0o700); err != nil {
// return err
Expand Down Expand Up @@ -47,7 +47,7 @@ import (
//}

// TODO: Evaluate usefulness of this test
//func Test_Docker_RegoPoliciesFromDisk(t *testing.T) {
// func Test_Docker_RegoPoliciesFromDisk(t *testing.T) {
// t.Parallel()
//
// entries, err := os.ReadDir("./testdata/dockerfile")
Expand Down

0 comments on commit d7eac3d

Please sign in to comment.