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
Is your feature request related to a problem? Please describe.
Allow the rules YAML to be validated during authoring through IDEs or for pre-submission schema validation. Rules with invalid schemas cannot be checked pre-commit currently.
Describe the solution you'd like
The TrestleRule model is defined with pydantic. Used pydantic features to generate a JSON schema.
Describe alternatives you've considered
None
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Allow the rules YAML to be validated during authoring through IDEs or for pre-submission schema validation. Rules with invalid schemas cannot be checked pre-commit currently.
Describe the solution you'd like
The
TrestleRule
model is defined with pydantic. Used pydantic features to generate a JSON schema.Describe alternatives you've considered
None
Additional context
N/A
The text was updated successfully, but these errors were encountered: