openzipkin-attic / apache-release-verification

Apache License 2.0
3 stars 1 forks source link

Human-friendly check names. Hide boring checks. Better GPG verification. #6

Closed abesto closed 5 years ago

abesto commented 5 years ago

Also, linting.

Happy little output now looks like this:

2019-02-20-082737_540x264

drolando commented 5 years ago

You don't need to add this, but we often use https://github.com/pre-commit/pre-commit to automatically run these kind of checks every time someone commits.

abesto commented 5 years ago

Yeah, pre-commit hooks are awesome. Unfortunately they need an extra setup step, and I want to keep this project as lean as possible. At the same time, if we're gonna go Makefile-heavy anyway, then that can be added in as well. Adding to #8.

abesto commented 5 years ago

@drolando Thanks for the thorough review!