From b32c1efd4570af41bb63e84b40bfdb5ce1b3804d Mon Sep 17 00:00:00 2001 From: joncrangle <94425204+joncrangle@users.noreply.github.com> Date: Wed, 22 Nov 2023 23:49:43 -0500 Subject: [PATCH] Add yaml to include_ext --- .air.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.air.toml b/.air.toml index d4d0ddd..fa8d9aa 100644 --- a/.air.toml +++ b/.air.toml @@ -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"