Age | Commit message (Collapse) | Author |
|
|
|
|
|
* Add support for prettier configuration file.
As of version 1.6.0, prettier allows passing a `--config` argument with
a path to a configuration file.
* Add test prettier configuration file.
* Add option to use local prettier configuration.
* Add description for new prettier option.
* Also check if the config is present before using it.
|
|
|
|
|
|
|
|
|
|
linting is disabled
|
|
* Add clang-format fixer for C/C++
* Document clang-format options
* Refer ale-cpp-clangformat to ale-c-clangformat
|
|
|
|
|
|
* Suppress warning about .eslintignore'd file
* Fix slightly ironic lint error
* Lock error suppression behind a variable; add docs and tests
|
|
errors E924, E925, and E926
|
|
quickfix/loclist items to other buffers
|
|
add phpcbf fixer
|
|
|
|
|
|
|
|
|
|
|
|
filename items in quickfix and loclist.
|
|
safe level, and filter before requesting details, which is faster
|
|
works better
|
|
|
|
|
|
when the filetype changes
|
|
|
|
|
|
|
|
|
|
|
|
ALEPrevious (as well as ALEPreviousWrap) does not work if there is an
error in empty line like 'W391: blank line at end of file' in python.
|
|
|
|
|
|
filter out items for other buffers
|
|
|
|
|
|
|
|
|
|
Add support for SwiftFormat as a fixer
|
|
it can be run multiple times in Vim
|
|
* Rubocop fixer now uses g:ale_ruby_rubocop_options
* Adds spec
|
|
SwiftFormat is a tool that can be used to format Swift files. This commit adds
support for using SwiftFormat as a fixer from ALE. It looks for executables in
the Pods directory, then the Pods directory for a React Native project, then
finally falls back to the globally installed instance if neither of those were
found.
https://github.com/nicklockwood/SwiftFormat
|
|
|
|
|
|
|
|
|
|
after saving a file
|
|
|
|
Reset visual selection after opening loclist or quickfix windows
|