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
It should be pretty easy to pull this in and use it to replace the default regex format check.
We can then expose many modes with something like --regex-format [default|regress|python|disabled] and drop the gated regex check that exists today. (Where default and regress are the same?)
There's other CLI option refactoring to do around the format controls, so this might dovetail with that.