From e68d8d18b158a75b4948727a83c6953b1ffad055 Mon Sep 17 00:00:00 2001 From: hololeap Date: Fri, 23 Sep 2022 14:13:16 -0600 Subject: [PATCH] hls-hlint-plugin: Update README.md Remove warning about hlint restrictions, as #1340 has been merged. --- plugins/hls-hlint-plugin/README.md | 2 -- 1 file changed, 2 deletions(-) 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. -