Now it is possible to specify single or multiple checks names using the -c or --checks flags and passing a csv list of these (e.g. -c PreloadJSCheck,AuxclickJSCheck).
Note that for the sake of convenience they are also accepted when case-insensitive and spaces between them are also allowed (i.e. -c preloadjscheck,auxclickjscheck and -c "preloadjscheck, auxclickjscheck" are both valid syntaxes).
This pull request also adds a startup message notifying the user about the number of checks loaded.
Now it is possible to specify single or multiple checks names using the
-c
or--checks
flags and passing a csv list of these (e.g.-c PreloadJSCheck,AuxclickJSCheck
).Note that for the sake of convenience they are also accepted when case-insensitive and spaces between them are also allowed (i.e.
-c preloadjscheck,auxclickjscheck
and-c "preloadjscheck, auxclickjscheck"
are both valid syntaxes).This pull request also adds a startup message notifying the user about the number of checks loaded.