Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CS/check thresholds: require exact match for thresholds
This changes the implementation of the coding standards threshold check to require that both the `YOASTCS_THRESHOLD_ERRORS` environment variable, as well as the `YOASTCS_THRESHOLD_WARNINGS` environment variable match the current status exactly. This prevents PR A fixing some issues and forgetting to update the threshold, which then would allow PR B to introduce new issues.
- Loading branch information