File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ import (
2020const ReadFromStdin = "-"
2121
2222var (
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
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ import (
1414)
1515
1616const (
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
2727func TestCreateContextsWithIgnorePaths (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments