Age | Commit message (Collapse) | Author |
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
Add support for nix linting
|
|
|
|
|
|
|
|
|
|
|
|
* Add hamllint linter for Haml
* Simplify hamllint
|
|
|