boulder/ctpolicy
Aaron Gable 0340b574d9
Add unparam linter to CI (#6312)
Enable the "unparam" linter, which checks for unused function
parameters, unused function return values, and parameters and
return values that always have the same value every time they
are used.

In addition, fix many instances where the unparam linter complains
about our existing codebase. Remove error return values from a
number of functions that never return an error, remove or use
context and test parameters that were previously unused, and
simplify a number of (mostly test-only) functions that always take the
same value for their parameter. Most notably, remove the ability to
customize the RSA Public Exponent from the ceremony tooling,
since it should always be 65537 anyway.

Fixes #6104
2022-08-23 12:37:24 -07:00
..
ctconfig Support new Google CT Policy (#6082) 2022-05-25 15:14:57 -07:00
loglist Use io and os instead of deprecated ioutil (#6286) 2022-08-10 13:30:17 -07:00
ctpolicy.go Add unparam linter to CI (#6312) 2022-08-23 12:37:24 -07:00
ctpolicy_test.go Fix SCT-submission context cancellation race (#6167) 2022-06-17 13:58:33 -07:00