mrtazz / checkmake

experimental linter/analyzer for Makefiles
MIT License
1.04k stars 45 forks source link

Feature/add support for multiple makefiles #70

Closed trinitronx closed 2 years ago

trinitronx commented 2 years ago

Description

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.

mrtazz commented 2 years ago

thanks for taking the time to contribute!