dense-analysis / ale

Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
BSD 2-Clause "Simplified" License
13.57k stars 1.44k forks source link

Use hamllint as a fixer #4734

Open bogdan opened 8 months ago

bogdan commented 8 months ago

Name: hamllint URL: https://github.com/sds/haml-lint

hamllint now used as a linter, but it also has the fixer compatibilities.

As hamllint is based on rubocop it is possible to use rubocop fixer as a prototype.