-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integration: fix resultCount types to not overflow, update expected v…
…als. (#557) * integration: fix resultCount types to not overflow. Using `uint8` as the type for the count fields in the `resultCount` type produces overflows if more than 255 certificates with a given result level are linted. Our integration test corpus is just shy of 600,000 certificates so `uint32` should be more than sufficient. * integration: update expected values to correct overflows. Any lints that had more than 255 results at a given level will have overflowed, meaning expected counts were not correct.
- Loading branch information
Showing
3 changed files
with
85 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.