Age | Commit message (Collapse) | Author |
|
|
|
Like many other linters, use variables for the executable and options
used by the linter.
By default, the linter now report every warnings as errors with
`--warning-errors`.
Also add include directory and set working directory to file directory.
|
|
Make CloudFormation linter work again with latest version
|
|
[new linter] Add mix linter for elixir
|
|
|
|
- Fix regexp
- Get rid of +0 since ALE does a str2nr() on lnum and col
- Put all matches in numerical order for easier maintenance
|
|
Add TSServer support for JavaScript files
|
|
Add linter for AWS CloudFormation template file
|
|
|
|
|
|
|
|
|
|
|
|
This prevents possibly bad interference with the user's R environment,
e.g. by an auto-activating packrat.
|
|
|
|
|
|
It appends ` run {linter_name}`, analogously to the Ruby linters when
the executable is set to `bundle`
|
|
|
|
Allow flake8 executable to be set to `pipenv`.
|
|
|
|
It appends ` run flake8`, analogously to the Ruby tools when the
executable is set to `bundle`
|
|
|
|
Fix for puppet version >= 5.4.0
|
|
|
|
|
|
i don't know of any version lower than 5.4.0
|
|
|
|
|
|
|
|
Add support phan_client for php
|
|
|
|
|
|
Support Elm 0.19
|
|
|
|
|
|
Run sass-lint from the target's directory
|
|
Enable warnings of dmd command
|
|
|
|
|
|
|
|
|
|
|
|
`title` does not contain much information which forces to use :ALEDetail most of the time
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|