Age | Commit message (Collapse) | Author |
|
|
|
Add fixer tidy for HTML
|
|
Add tests for tidy HTML fixer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make CloudFormation linter work again with latest version
|
|
[new linter] Add mix linter for elixir
|
|
|
|
|
|
Also make lnum and col proper strings, since that is how it is matched
by the regexp, ALE handles the conversion to number.
|
|
- Fix regexp
- Get rid of +0 since ALE does a str2nr() on lnum and col
- Put all matches in numerical order for easier maintenance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Set `--parser` option in Prettier's fixer
* Add expected `--parser` option to tests
* Disable Prettier `--parser` detection if file extension exists
* Manually default Prettier `--parser` to "babylon"
* Add `--parser` test for TypeScript
* Add tests for Prettier `--parser`
* Add JSON5 to the suggested fixer for Prettier
|
|
Add TSServer support for JavaScript files
|
|
Add linter for AWS CloudFormation template file
|
|
|
|
|
|
|
|
|
|
* Add support for qmlfmt fixer
|
|
|
|
|
|
Use --vanilla switch for Rscript
|
|
|
|
lsp: handle missing "detail" key
|
|
|
|
|
|
|
|
|
|
This prevents possibly bad interference with the user's R environment,
e.g. by an auto-activating packrat.
|
|
#1635 - Use the project base rather than its parent for cquery
|
|
|
|
Add the cquery LSP
|
|
|
|
|
|
|
|
Allow all Python linter executables to be set to `pipenv`.
|
|
Readme Typo: TypeSript -> TypeScript
|
|
It appends ` run {linter_name}`, analogously to the Ruby linters when
the executable is set to `bundle`
|
|
|
|
Added linting of tests and examples for rust cargo linter
|