diff --git a/plugins/hls-hlint-plugin/README.md b/plugins/hls-hlint-plugin/README.md index 77b33c0769..4fc4ebbf78 100644 --- a/plugins/hls-hlint-plugin/README.md +++ b/plugins/hls-hlint-plugin/README.md @@ -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. -