Add yaml to include_ext

This commit is contained in:
joncrangle
2023-11-22 23:49:43 -05:00
committed by GitHub
parent 11bb05c8b4
commit b32c1efd45

View File

@@ -14,7 +14,7 @@ tmp_dir = "tmp"
follow_symlink = false
full_bin = "RULESET=./ruleset.yaml ./tmp/main"
include_dir = []
include_ext = ["go", "tpl", "tmpl", "html"]
include_ext = ["go", "tpl", "tmpl", "yaml", "html"]
include_file = []
kill_delay = "0s"
log = "build-errors.log"