stan
stan copied to clipboard
Support lists in checks (inspections, files, dirs, categories, etc.) in the config and CLI
I'm thinking that our codecs can be smart and support both: single entry and list of entries. So the following will be valid:
[[check]]
type = "Ignore"
category = "Partial"
[[check]]
type = "Include"
categories = [ "Partial", "List" ] # or should it also be named 'category'?