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
ALE will now prefer to use prettier_d for prettier, if it is installed. #885
The javac linter will now include paths based on gradle build commands. #889
CM files are now used for smlnj where available. See :help ale-sml-smlnj#884
TSLint output can now be ignored for empty files. See :help g:ale_typescript_tslint_ignore_empty_files
The brakeman linter will now report problems for other files in quickfix and loclist.
The slim-lint linter will now use rubocop configuration files. #903#942
The shellcheck linter now arranges the arguments in such a way that manually changing the dialect is possible. #949
The phpstan configuration file can now be configured. #969
$VIRTUAL_ENV will be used for running Python tools when no local directories can be found. #990
The luacheck linter will now respect the g:ale_warn_about_trailing_whitespace option. #968
ALE will now tell you how to configure scalastyle when no configuration file was found. #977
Fixer Enhancements
Configuration files can now be detected for prettier. See :help g:ale_javascript_prettier_use_local_config#886
The prettier-eslint fixer now uses the eslint configuration file by default, which will yield better results, but may break things for some users. See :help g:ale_javascript_prettier_eslint_legacy#854
The yapf fixer should now run local virtualenv executables on Windows.
The standard fixer can now be used even if the linter is never loaded.