begin migrating old v1 rulesets to v2 rulesets

This commit is contained in:
Kevin Pham
2023-12-09 16:35:54 -06:00
parent f165a406f1
commit 82b5a74d8c
5 changed files with 111 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ tmp_dir = "tmp"
exclude_regex = ["_test.go"]
exclude_unchanged = false
follow_symlink = false
full_bin = "./tmp/main --ruleset ./ruleset_v2.yaml"
full_bin = "./tmp/main --ruleset ./rulesets_v2"
include_dir = []
include_ext = ["go", "tpl", "tmpl", "yaml", "html", "js"]
include_file = []