-
Notifications
You must be signed in to change notification settings - Fork 79
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
RN103 + RN104 to the new format validation #4275
Conversation
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.
Nice!
See my comments.
@@ -60,6 +61,7 @@ select = [ | |||
"DO100", "DO101", "DO102", "DO103", "DO104", | |||
"SC100", "SC105", "SC106", "SC109", | |||
"RM104", "RM105", "RM113", "RM114", | |||
"RN103", |
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.
I don't think RN validations are necessary when not running in -g
demisto_sdk/commands/validate/validators/RN_validators/RN103_is_release_notes_filled_out.py
Outdated
Show resolved
Hide resolved
demisto_sdk/commands/validate/validators/RN_validators/RN103_is_release_notes_filled_out.py
Outdated
Show resolved
Hide resolved
error_code = "RN103" | ||
description = "Validate that the pack contains a full release note file. " | ||
rationale = "Meaningful, complete documentations make it easier for users to use the content." | ||
error_message = "Please finish filling out the release notes. For common troubleshooting steps, please "\ |
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.
Let's also make sure to tip about removing the placeholders.
Co-authored-by: Yuval Hayun <70104171+YuvHayun@users.noreply.github.com>
# Conflicts: # demisto_sdk/commands/validate/sdk_validation_config.toml
Changelog(s) in markdown:
|
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.
Nice!
Minor comments.
demisto_sdk/commands/validate/validators/RN_validators/RN103_is_release_notes_filled_out.py
Show resolved
Hide resolved
Changelog(s) in markdown:
|
Related Issues
relates: https://jira-dc.paloaltonetworks.com/browse/CIAC-7806
Description
Joined Rn103 and RN104 to the new validation format