HAML linter available but not enabled #4309
-
I'm using https://github.com/sds/haml-lint to lint my haml files however, I can't get the violations to appear via Ale. ALEInfo
It appears the linter is available.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Try inspecting the
To check the variable inside vim you can use |
Beta Was this translation helpful? Give feedback.
Try inspecting the
g:ale_linters
within vim. Maybe something is overriding it or you are using a different configuration file. I tested on my machine and settinglet g:ale_linters = {'haml': ['hamllint']}
properly shows the linter enabled: