feat(checks): Select checks to run from provider using -C/--checks-file (#1200)

This commit is contained in:
Pepe Fagoaga
2022-06-16 12:49:55 +02:00
committed by GitHub
parent 162852634e
commit 9d5e43e6a2
8 changed files with 103 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
# You can add a comma seperated list of checks like this:
check11,check12
extra72 # You can also use newlines for each check
check13 # This way allows you to add inline comments
# Both of these can be combined if you have a standard list and want to add
# inline comments for other checks.

View File

@@ -0,0 +1,11 @@
# You can add a comma seperated list of checks like this:
check11,check12
extra72 # You can also use newlines for each check
check13 # This way allows you to add inline comments
# Both of these can be combined if you have a standard list and want to add
# inline comments for other checks.
#
#
#
# check11,check12
check2423,check56