Skip to content

ALE v1.3.1

Compare
Choose a tag to compare
@w0rp w0rp released this 06 Jun 17:07

Bugs Fixed

  • Shell escaping has been fixed pretty much everywhere. #540
  • PHP error parsing has been fixed, so more errors will be parsed. #533
  • The gometalinter handler wasn't filtering file errors correctly. Now errors from other files will be filtered out. #553
  • csslint errors without groups weren't being reported. This has been fixed. #555
  • pytlint error columns were off-by-one. This has been fixed. #578
  • Fatal errors weren't being parsed for ember-template-lint. This has been fixed. #589
  • ALE was sometimes highlighting entire lines when buffers were un-hidden. This problem was introduced in version 1.3.0. This bug has been fixed. #574