You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ash and dash are now supported for shell linters #1051
Completions will now not be requested shortly after CompleteDone, fixing a bug where the menu kept re-opening #1041
gosimple and staticcheck will now check only the actual files on disk, because that is all they support. #936
Running the php linter will no longer write to the PHP error log. #1072
The erlc linter is now supported on Windows. #1071
Python fixers weren't working on Windows since version 1.6.0. This has been fixed. #1081
When combined with some other plugins in NeoVim, ALE would sometimes through exceptions when trying to stop jobs. These errors are now silenced. #1058
The javac linter wasn't handling errors from other files correctly. This has been fixed. #1061
All LSP and tsserver messages which include a buffer's text data will now include a final line feed, so tools which complain about missing newline characters will be quiet. #1085
Message handling for LSP linters wasn't working in NeoVim, due to improper handling of LSP messages. This has been fixed. #1006
ALE was reporting no-implicit-dependencies for most files with in TSLint's latest version, because TSLint does not fully support checking for errors while you type yet. These errors have been silenced for now. #1101