Your environment
VSCode, Linux, GHC 8.10.2, HLS 0.6.0
Steps to reproduce
- name a variable
test_VARIABLE_NAME. This will generate an hlint suggestion about camelCase usage
- Try any and all suggestions from https://github.com/ndmitchell/hlint/blob/master/README.md#ignoring-hints
- Observe lint error still in the window.
Expected behaviour
Ignored hlint suggestions should not have blue underlines.
Actual behaviour
Ignored hlint suggestions have blue underlines still.
Your environment
VSCode, Linux, GHC 8.10.2, HLS 0.6.0
Steps to reproduce
test_VARIABLE_NAME. This will generate an hlint suggestion about camelCase usageExpected behaviour
Ignored hlint suggestions should not have blue underlines.
Actual behaviour
Ignored hlint suggestions have blue underlines still.