-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Update exclude_parser.py to error when ProblemList format has issues #5650
Comments
Current the disableTestsLinter (pull_request) can detect the error but won't fail the check |
For extra space between os-arch, a simple check would be removing the maxsplit=2
|
We need to fail the github check process for all errors. |
We want to make sure there are exactly 3 sections per line in a ProblemList file (each separated by a space) and then verify that each has content that "looks right", which I thought the script already does (though perhaps not with the set of options we currently run it with) |
The exclude_parser.py runs as a GH action when changes are made to the ProblemList. It should error when issues with their syntax are found.
See also:
#5633
#5227
The text was updated successfully, but these errors were encountered: