Merge pull request #1310 from ucb-bar/checkmake-precommit

checkmake pre-commit hook
This commit is contained in:
joonho hwangbo
2023-01-16 01:14:55 -08:00
committed by GitHub
3 changed files with 8 additions and 1 deletions

2
.checkmake-config.ini Normal file
View File

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

View File

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