Commit c303c055 authored by Robert Bailey's avatar Robert Bailey

Merge pull request #7225 from relaxdiego/master

Add .yml to the list of recognized file extensions
parents 7d0ba5b5 4927d70d
......@@ -147,7 +147,7 @@ func (b *Builder) Path(paths ...string) *Builder {
visitor = &DirectoryVisitor{
Mapper: b.mapper,
Path: p,
Extensions: []string{".json", ".yaml"},
Extensions: []string{".json", ".yaml", ".yml"},
Recursive: false,
IgnoreErrors: b.continueOnError,
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment