update cli flags to load ruleset
This commit is contained in:
@@ -12,7 +12,7 @@ tmp_dir = "tmp"
|
||||
exclude_regex = ["_test.go"]
|
||||
exclude_unchanged = false
|
||||
follow_symlink = false
|
||||
full_bin = "./tmp/main --ruleset ./ruleset.yaml"
|
||||
full_bin = "./tmp/main --ruleset ./ruleset_v2.yaml"
|
||||
include_dir = []
|
||||
include_ext = ["go", "tpl", "tmpl", "yaml", "html", "js"]
|
||||
include_file = []
|
||||
|
||||
Reference in New Issue
Block a user