Bolt\Configuration\Validation\ValidatorInterface::remove PHP Method

remove() public method

Remove a check from the list causing it to be skipped.
public remove ( string $checkName )
$checkName string Name of the check to remove
    public function remove($checkName);