Skip to content

Commit

Permalink
hls-hlint-plugin: Update README.md
Browse files Browse the repository at this point in the history
Remove warning about hlint restrictions, as haskell#1340 has been merged.
  • Loading branch information
hololeap committed Sep 23, 2022
1 parent fd1a7d1 commit e68d8d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/hls-hlint-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ if your configuration is in a non-standard location or you want to change settin
## Known Differences from the `hlint` executable

- The `hlint` executable by default turns on many extensions when parsing a file because it is not certain about the exact extensions that apply to the file (they may come from project files). This differs from HLS which uses only the extensions the file needs to parse the file. Hence it is possible for the `hlint` executable to report a parse error on a file, but the `hlint` plugin to work just fine on the same file. This does mean that the turning on/off of extensions in the hlint config may be ignored by the `hlint` plugin.
- Hlint restrictions do not work (yet). This [PR](https://github.com/ndmitchell/hlint/pull/1340) should enable that functionality, but this requires a newer version of hlint to be used in HLS.

0 comments on commit e68d8d1

Please sign in to comment.