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
meta-schemas: Add a pattern for maintainers emails
The jsonschema package doesn't do anything validation with 'format:
email' because 'it's hard'. For our purposes, the requirements are a bit
simpler. A local, not fully qualified, email address is not accepted so
we can require at least a '@' character is present.
Signed-off-by: Rob Herring (Arm) <[email protected]>
0 commit comments