Skip to content

ALE v1.8.1

Compare
Choose a tag to compare
@w0rp w0rp released this 01 Jun 13:24
4c3bd8a

Bugs Fixed

  • The textlint linter will now detect configuration files properly by using the --stdin-filename option.
  • The textlint linter will now run local versions of textlint from node_modules on Windows.
  • The flawfinder linter for C++ didn't initialize a severity variable correctly. This has been fixed. #1385
  • The brittany fixer wasn't writing its output correctly. This has been fixed. #1424
  • The pylint linter now handles errors with Windows filenames properly. #1492
  • ALE commands didn't work at all if the Mac OSX shell was replaced with PowerShell. Now /bin/sh will be used in such cases. #1495
  • ALE could throw errors sometimes when opening certain buffers with the plugin not being fully loaded. This has been fixed. #1497