-
Notifications
You must be signed in to change notification settings - Fork 0
Rename validation profile to validation preset throughout #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Replaced all occurrences of 'ValidationProfile' with 'ValidationPreset' to better align terminology with its purpose. Updated associated functions, traits, and usage in documentation and CLI arguments accordingly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, but I want to have @tschmidtb51 opinion on this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see my comments
Co-authored-by: tschmidtb51 <65305130+tschmidtb51@users.noreply.github.com>
Renamed the `--only-test` option to `--test-id` for clarity and updated its functionality to perform multiple tests. Simplified the main logic by introducing a `process_document` function to handle tests and validation presets for better modularization and readability.
@tschmidtb51 Multiple |
cc4abc5
to
b013f7c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry - forgot to send the "LGTM"
Replaced all occurrences of 'ValidationProfile' with 'ValidationPreset' to better align terminology with its purpose. Updated associated functions, traits, and usage in documentation and CLI arguments accordingly.
Fixes #5.