Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 3cdbfc2

Browse files
committed
Configure HLint
1 parent 43053d5 commit 3cdbfc2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.hlint.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# HLint configuration file
2+
##########################
3+
4+
# Lua functions use snake_case, not camelCase
5+
- ignore:
6+
name: "Use camelCase"
7+
8+
- modules:
9+
# Ensure names for qualified imports
10+
- {name: Data.Text, as: T}
11+
12+
13+
# Ban "module X(module X) where", to require a real export list
14+
- warn: {name: Use explicit module export list}

0 commit comments

Comments
 (0)