This commit is contained in:
joey0320
2023-01-15 21:39:05 -08:00
parent 6c51a19416
commit 1fb6841568
2 changed files with 5 additions and 2 deletions

2
.checkmake-config.ini Normal file
View File

@@ -0,0 +1,2 @@
[minphony]
disabled = true

View File

@@ -9,7 +9,8 @@ repos:
- id: check-yaml - id: check-yaml
- id: check-json - id: check-json
- id: check-added-large-files - id: check-added-large-files
- repo: https://github.com/ucb-bar/checkmake.git - repo: https://github.com/mrtazz/checkmake.git
rev: no-phony rev: main
hooks: hooks:
- id: checkmake - id: checkmake
args: [--config=./.checkmake-config.ini]