Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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 linter for AWS CloudFormation template file
|
|
|
|
|
|
* Add support for qmlfmt fixer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It appends ` run {linter_name}`, analogously to the Ruby linters when
the executable is set to `bundle`
|
|
|
|
Add 'scalafmt' fixer for Scala files
|
|
Allow flake8 executable to be set to `pipenv`.
|
|
|
|
It appends ` run flake8`, analogously to the Ruby tools when the
executable is set to `bundle`
|
|
closes https://github.com/w0rp/ale/issues/1299
|
|
|
|
Fix for puppet version >= 5.4.0
|
|
|
|
|
|
i don't know of any version lower than 5.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use the command line to filter ALEFix's command line completion.
|