Age | Commit message (Collapse) | Author |
|
- 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
|
|
|
|
|
|
|
|
Conflicts:
doc/ale.txt
|
|
In particular, if we're working with a leex (.xrl) or yecc (.yrl) source
file, erlc would otherwise generate the corresponding .erl file in the
current directory (often the project root), which is generally not what
we want.
Unconditionally writing erlc output to a temporary directory also
matches Flycheck's behavior.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Neither do anything meaningful yet
|
|
|
|
|
|
|