You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new --unvalidated (-u) option for running all checks without running the validations provided, such as testing for matchingExamples and nonMatchingExamples. Use with cuation.
Changed
Some internal code clean-up.
Upgrade to Swift 5.7 manifest syntax.
Fixed
The --measure option also measured validations & files search which distorted the measure time for the first check with the same files search. Now, it only measures the actual matching time of the Regex for better evaluation.