stan icon indicating copy to clipboard operation
stan copied to clipboard

Support lists in checks (inspections, files, dirs, categories, etc.) in the config and CLI

Open chshersh opened this issue 5 years ago • 1 comments

chshersh avatar May 29 '20 11:05 chshersh

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'?

chshersh avatar May 29 '20 17:05 chshersh