Readonly
Executes the pattern matching check against the selected files.
For positive assertions (should): Validates that files match the pattern. For negative assertions (shouldNot): Validates that files do NOT match the pattern.
Optional
Optional check options including allowEmptyTests and logging
Promise<Violation[]> Array of violations found during the check
Executes the pattern matching check against the selected files.
For positive assertions (should): Validates that files match the pattern. For negative assertions (shouldNot): Validates that files do NOT match the pattern.