Skip to content

Commit 3ed89ea

Browse files
committed
fmt
Signed-off-by: Tomasz Janiszewski <[email protected]>
1 parent d133013 commit 3ed89ea

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pkg/lintcontext/create_contexts.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import (
2020
const ReadFromStdin = "-"
2121

2222
var (
23-
knownYAMLExtensions = set.NewFrozenStringSet(".yaml", ".yml")
24-
kustomizationFileNames = []string{"kustomization.yaml", "kustomization.yml"}
23+
knownYAMLExtensions = set.NewFrozenStringSet(".yaml", ".yml")
24+
kustomizationFileNames = []string{"kustomization.yaml", "kustomization.yml"}
2525
)
2626

2727
// Options represent values that can be provided to modify how objects are parsed to create lint contexts

pkg/lintcontext/create_contexts_test.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ import (
1414
)
1515

1616
const (
17-
chartTarball = "../../tests/testdata/mychart-0.1.0.tgz"
18-
chartDirectory = "../../tests/testdata/mychart"
19-
renamedTarball = "../../tests/testdata/my-renamed-chart-0.1.0.tgz"
20-
renamedChartDir = "../../tests/testdata/my-renamed-chart"
21-
kustomizeDirectory = "../../tests/testdata/mykustomize"
22-
mockIgnorePath = "../../tests/testdata/**"
23-
mockGlobIgnorePath = "../../tests/**"
24-
mockPath = "mock path"
17+
chartTarball = "../../tests/testdata/mychart-0.1.0.tgz"
18+
chartDirectory = "../../tests/testdata/mychart"
19+
renamedTarball = "../../tests/testdata/my-renamed-chart-0.1.0.tgz"
20+
renamedChartDir = "../../tests/testdata/my-renamed-chart"
21+
kustomizeDirectory = "../../tests/testdata/mykustomize"
22+
mockIgnorePath = "../../tests/testdata/**"
23+
mockGlobIgnorePath = "../../tests/**"
24+
mockPath = "mock path"
2525
)
2626

2727
func TestCreateContextsWithIgnorePaths(t *testing.T) {

0 commit comments

Comments
 (0)