Age | Commit message (Collapse) | Author |
|
|
|
Add :ALEEnable and :ALEDisable commands
|
|
|
|
|
|
Allow commands to be chained using a `|`
|
|
|
|
|
|
|
|
|
|
Consider rubocop fatal errors as ALE errors, and rubocop style warnings
as ALE warnings.
|
|
|
|
|
|
|
|
the Handler function with tests
|
|
- Use `cargo check` instead of `cargo build` when
`g:ale_rust_cargo_use_check` is truish.
- Use `--frozen` to avoid locking the project.
|
|
Add support for ASM files using GCC
|
|
|
|
quickly
|
|
|
|
#272 Check if quickfix window is open before reopening
|
|
triggering a BufEnter event that causes quickly repeating linting runs when g:ale_lint_on_enter = 1.
Add test assertions that quickfix window closes when lists become empty again.
|
|
Document support for hdevtools
|
|
|
|
|
|
* Fix problems with nim check
- Multi file errors are not shown in the same buffer
- Fixes parsing of error type that contain ':'
* Remove redundant fnameescape
|
|
ALELint autocmd clearer
|
|
|
|
|
|
files in more places
|
|
|
|
documentation
|
|
|
|
* Allow modifying the location of the tsling executable
* Allow definition of config file path
* fnameescape configuration file
|
|
Add support for nim check
|
|
|
|
clear more jobs
|
|
|
|
|
|
|
|
|
|
* add slim-lint
* add slim readme entry
* add slim entry to doc
* add slimlint vader test
|
|
Fix pattern of output for coffeelint
|
|
|
|
|
|
This reverts commit f25a54326054d1403047523e0e1bdf75d5cfc9c9.
|
|
|
|
Write erlc output files to the temporary directory
|
|
Also, "manage" this filename so ALE can clean it up.
|
|
numbers again
|
|
|