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
From this version and onward, ALE remembers the full output of recent commands by default, which helps with filing bug reports and fixing issues. See :help g:ale_history_log_output for more information.
Bugs Fixed
When fixers like yapf failed, they were removing all of the lines in files. This has been fixed. #706
The brakeman linter was throwing errors when no output was returned. This has been fixed. #716
ansible-lint was reporting errors from other files. This has been fixed. #216
ALE wasn't setting the configuration file when fixing files with rubocop. Now it does. #732
The ghc linter was showing warning as errors. This has been fixed. #710
The flow linter didn't support older versions of flow. This has been fixed. #735
Rust linters should now work on Windows. They didn't before, due to how paths were handled. #736
ALE wasn't checking files on save if it also tried to fix files on save, and no changes were made. This has been fixed. #730
When the shell was set to fish, some ALE commands didn't work. Now /bin/sh will be used instead when the shell is set to fish. #749
Errors when ALE is unable to set signs will now be silenced. #560#763