Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
WIP: Add support for error details
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update sign regex for LANG = it_IT.UTF-8
|
|
I've noticed that signs weren't unplaced and, learning that this was an issue depending on locale and :sign place, I've fixed the regular expression used to match those messages in my locale (it_IT.UTF-8).
|