Skip to content

ALE v1.5.2

Compare
Choose a tag to compare
@w0rp w0rp released this 03 Oct 17:56

Bugs Fixed

  • ALE was sometimes reporting errors when trying to open empty list windows. This has been fixed. #920
  • staticcheck and gosimple now capture both output streams so they will report errors where they didn't. #921
  • ALE wasn't changing the sign column color any more when that option was on since 1.5.0. This has been fixed. #924
  • ALE stopped removing signs properly when multiple signs ended up lying on a single line, since 1.5.0. This has been fixed. #964
  • ALE was using the wrong ESLint configuration files in some cases. This has been fixed. #922
  • eslint --fix now uses -c instead of --config for specifying the configuration file, which apparently works better in some versions. #951