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
Use Cli.Validate.regexWithMessage when validating module name
Display validation message with an additional "I expected this to be" so the output becomes:
´´´
Validation errors:
Invalid `--scalar-codecs` option.
I expected this to be matching "^[A-Z][A-Za-z_]*(\.[A-Z][A-Za-z_]*)*$", but got 'src/CustomScalarCodecs'
´´´
0 commit comments