Skip to content

Commit 9d70495

Browse files
chore: look for y[a]ml checkers
Signed-off-by: Sourya Vatsyayan <sourya@deepsource.io>
1 parent b350cbd commit 9d70495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkers/checker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/DeepSourceCorp/globstar/pkg/analysis"
1010
)
1111

12-
//go:embed *.yaml *.yml
12+
//go:embed *.y*ml
1313
var builtinCheckers embed.FS
1414

1515
func LoadBuiltinCheckers() (map[analysis.Language][]analysis.YmlRule, error) {

0 commit comments

Comments
 (0)