Skip to content
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

fix: don't validate empty summary descriptions #56227

Merged
merged 1 commit into from
Mar 20, 2022

Conversation

casswedson
Copy link
Contributor

Summary

None

Purpose of change

Summary lines should consist of a category and a brief description, this makes the pull request validator fail on submissions such as this one Category ""

Describe the solution

TLDR; . here means any character except line terminators
".*" matches anything and nothing
".+" matches anything but has to be something

Describe alternatives you've considered

Testing

Changed my summary here to demonstrate #56216

Additional context

@github-actions github-actions bot added astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions labels Mar 19, 2022
@casswedson casswedson changed the title fix: don't validate empty summary lines fix: don't validate empty summary descriptions Mar 19, 2022
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Mar 19, 2022
@Maleclypse Maleclypse added the Code: Tooling Tooling that is not part of the main game but is part of the repo. label Mar 20, 2022
@ZhilkinSerg ZhilkinSerg merged commit 7d6f59f into CleverRaven:master Mar 20, 2022
@casswedson casswedson deleted the validate-this branch March 20, 2022 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions Code: Tooling Tooling that is not part of the main game but is part of the repo. json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants