mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 22:30:13 +00:00
add haskell programming template
This commit is contained in:
12
templates/haskell/.hlint.yaml
Normal file
12
templates/haskell/.hlint.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
# template-haskell example hlint file
|
||||
|
||||
# Generalise map to fmap, ++ to <>. Off by default
|
||||
- group:
|
||||
name: generalise
|
||||
enabled: true
|
||||
|
||||
- ignore:
|
||||
name: Use section
|
||||
|
||||
- ignore:
|
||||
name: Use infix
|
Reference in New Issue
Block a user