Skip to content

ALE v1.5.1

Compare
Choose a tag to compare
@w0rp w0rp released this 08 Sep 19:12
· 7 commits to v1.5.x since this release

Bugs Fixed

  • ALE will now detect the shell dialect for shellcheck by parsing hashbang (#!) lines. #869
  • pycodestyle is now disabled by default, as it is also installed when you install flake8. #888
  • ALE now uses node.exe instead of node to execute Node.js scripts on Windows, and the path can be configured if needed. See :help g:ale_windows_node_executable_path #895
  • ALE will no longer lint a file when the filetype is initially set if g:ale_lint_on_enter is set to 0. #505
  • ALE should no longer show linting results in ctrlp-funky windows. #891
  • Since version 1.5.0, ALE wasn't closing the loclist or quickfix windows most of the time. This has been fixed. #899 #912
  • Since version 1.5.0, tsserver integration was broken due to a bug in NeoVim. A workaround has been added to fix this issue in ALE. #907