Skip to content

Commit 04d8fcd

Browse files
committed
Add checkmake
1 parent fd8c70c commit 04d8fcd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.checkmake-config.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[minphony]
2+
disabled = true

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ repos:
5858
- id: file-contents-sorter
5959
files: spelling_private_dict\.txt$
6060
- id: trailing-whitespace
61+
- repo: https://github.com/mrtazz/checkmake.git
62+
rev: 0.2.2
63+
hooks:
64+
- id: checkmake
65+
args: ["--config", ".checkmake-config.ini"]
6166
- repo: https://github.com/google/yamlfmt
6267
rev: v0.13.0
6368
hooks:

0 commit comments

Comments
 (0)