mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-22 13:12:43 +03:00
9 lines
217 B
YAML
9 lines
217 B
YAML
- 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$'
|