mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2025-01-03 09:41:36 +03:00
chore: added pre-commit hooks file
This commit is contained in:
parent
745b439758
commit
fa5d3fe755
8
.pre-commit-config.yaml
Normal file
8
.pre-commit-config.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: hlint
|
||||
name: hlint
|
||||
description: HLint gives suggestions on how to improve your source code.
|
||||
entry: hlint
|
||||
language: system
|
||||
files: '\.l?hs$'
|
Loading…
Reference in New Issue
Block a user