As a follow-up to #69, this PR adds support for passing multiple Makefile / *.mk paths
as command-line arguments, just like how pre-commit run --all-files will execute checkmake when a repo contains multiple *.mk files.
Checklist
Not all of these might apply to your change but the more you are able to check
the easier it will be to get your contribution merged.
Description
As a follow-up to #69, this PR adds support for passing multiple
Makefile
/*.mk
paths as command-line arguments, just like howpre-commit run --all-files
will executecheckmake
when a repo contains multiple*.mk
files.Checklist
Not all of these might apply to your change but the more you are able to check the easier it will be to get your contribution merged.
README.md
,man/man1/checkmake.1.md
file diffscheckmate
viapre-commit run --all-files
*_test.go
file diffs