New Feature: Allow the CLI to be ran against a specific test only #27
Labels
effort/hours
exp/beginner
good first issue
Good for newcomers
help wanted
Extra attention is needed
kind/architecture
kind/discussion
kind/enhancement
need/maintainers-input
P2
status/ready
topic/devexp
Milestone
When debugging a particular compliance check, it's very time-consuming to run them all only to see if one is passing/failing. We should allow a cli option to filter the checks.
initial idea is to filter based on name, something like:
in order to run only the 'addPins' compliance check.
Though we could create allow/deny filtering as well to simply exclude a single test. @lidel do you have any thoughts?
The text was updated successfully, but these errors were encountered: