Age | Commit message (Collapse) | Author |
|
quickfix/loclist items to other buffers
|
|
add phpcbf fixer
|
|
|
|
* Added new linter for GraphQL: GQLint
* added help-files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add feature check for SyntaxErl linter
* Escape SyntaxErl executable path in commands
|
|
SyntaxErl if an option is on in ALE
|
|
Add original filename to SyntaxErl command
|
|
|
|
|
|
|
|
filename items in quickfix and loclist.
|
|
|
|
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.
|