namecoin / certinject

Inject certificates into Windows CryptoAPI trust store, with EKU and name constraints.
https://www.namecoin.org/
GNU General Public License v3.0
5 stars 5 forks source link

Add must-pass CI job with only the linters that are currently known to pass #7

Closed JeremyRand closed 3 years ago

JeremyRand commented 4 years ago

We should add an extra CI job that runs golangci-lint with only the linters that are currently known to pass; this job should not allow failures.

JeremyRand commented 3 years ago

Implemented via Cirrus CI.