checkmake icon indicating copy to clipboard operation
checkmake copied to clipboard

Feature/add support for multiple makefiles

Open trinitronx opened this issue 2 years ago • 0 comments

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.

  • [x] CI passes
  • [x] Description of proposed change
    • See above
  • [x] Documentation (README, docs/, man pages) is updated
    • See README.md, man/man1/checkmake.1.md file diffs
  • [x] Existing issue is referenced if there is one
    • Follow-up to #69
    • Avoids usage errors when running checkmate via pre-commit run --all-files
  • [x] Unit tests for the proposed change
    • See *_test.go file diffs

trinitronx avatar Apr 28 '22 04:04 trinitronx