Skip to content

Commit

Permalink
pre-commit-hooks: Add *.make Makefile filename pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Apr 28, 2022
1 parent 2d14c7a commit a12e9a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
files: |
(?x)^(
(GNU)?[Mm]akefile|
.*\.mk
.*\.mk|
.*\.make
)$

0 comments on commit a12e9a0

Please sign in to comment.