Closed mmlb closed 2 years ago
find -execdir
Fixes: #39 Closes: #40
Ran make lint a bunch in hook to make sure it works.
make lint
golangci-lint will actually run if multiple modules are detected (or added w/o having to re-run lint-install).
Description
find -execdir
to run golangci-lint to avoid an seldomly used corner case bit rottingWhy is this needed
Fixes: #39 Closes: #40
How Has This Been Tested?
Ran
make lint
a bunch in hook to make sure it works.How are existing users impacted? What migration steps/scripts do we need?
golangci-lint will actually run if multiple modules are detected (or added w/o having to re-run lint-install).