Age | Commit message (Collapse) | Author |
|
|
|
safe level, and filter before requesting details, which is faster
|
|
works better
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when the filetype changes
|
|
|
|
|
|
|
|
|
|
Make ghc-mod linter check current buffer
|
|
Right now ghc-mod linter check temp file instead of current buffer,
which cause the problem that it can't detect cabal file and raise
missing package error.
To fix that we need to run ghc-mod check with actual path of the current
file and with ghc-mod option `--map-file` to redirect temp file source
code to actual one
|
|
|
|
|
|
|
|
Fix bug with ALEPrevious for blank lines.
|
|
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 linter for Idris
* Fix parsing warnings and column ranges in Idris linter
* Make Idris linter configurable. Fix help tag.
|
|
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
|
|
documentation issues
|
|
|
|
|
|
extra spaces in the tests
|
|
Default flake8 to --format=default
|
|
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
|
|
|