Skip to content

ALE v2.3.1

Compare
Choose a tag to compare
@w0rp w0rp released this 20 Feb 09:59
0c6370f

Bugs Fixed

  • The changes for scalac for finding more problems broke scalac linting completely for some users, and has thus been reverted. #2093
  • lacheck results are now filtered by the filename, so only results for the current file are reported. #2136
  • gqlint now runs from the buffer's directory so the configuration files can be found. #2153
  • Some --ignore-pattern messages weren't being handled for ale_javascript_eslint_suppress_eslintignore. #2192
  • The flow linter wasn't showing the original error messages in the detailed error message strings. #2263
  • The project root function could cause potentially infinite loops for the hie linter. This has been fixed. #2276