mrtazz/checkmake

View on GitHub
.pre-commit-config.yaml

Summary

Maintainability
Test Coverage
exclude: |
    (?x)^(
        vendor/.*
    )$
repos:
-   repo: https://github.com/mrtazz/checkmake.git
    rev: main
    hooks:
    - id: checkmake
      exclude: |
        (?x)^(
          vendor/.*|
          fixtures/missing_phony\.make
        )$