Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 848f9f0

Browse files
committed
Mention hlint data file handling
1 parent 92ac896 commit 848f9f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ HIE builds from source code, so there's a couple of extra steps.
152152
* `stack` must be in your PATH
153153
* `git` must be in your PATH
154154
* Stack local bin directory must be in your PATH. Get it with `stack path --local-bin`
155+
* To make hlint suggestions work, `hie` must locate the [hlint configuration yaml file](https://raw.githubusercontent.com/ndmitchell/hlint/master/data/hlint.yaml). As last resort it will look for it in a subdirectory named `data` in the same directory where the `hie` executable is.
155156

156157
Tip: you can quickly check if some command is in your path by running the command.
157158
If you receive some meaningful output instead of "command not found"-like message

0 commit comments

Comments
 (0)