Age | Commit message (Collapse) | Author |
|
flake8: Move to the buffer's directory before running flake8 command
|
|
Fix typos in "lint package" options in docs/ale-go
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added perltidy fixer
|
|
|
|
|
|
|
|
Add `cucumber` checker for Cucumber files
|
|
For now, it only detects undefined steps. The nearest `features` dir
above the buffer file is loaded, so step definitions should be found
correctly.
Tested only with Cucumber for Ruby, but it should work for any cucumber
that follows a substantially similar directory structure.
|
|
Support passing fixers names to ALEFix as arguments
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 56c7957a75d08b011c44cda7ec55864dd7cb5d31.
|
|
|
|
|
|
|
|
viewing buffers like git commits
|
|
Fix rust rls linter argument
|
|
This removes the argument if the specified toolchain is empty.
As far as I can tell there is no +nighly (or similar) option [1] leading to
the termination of the server. But since people needed this option and
have yet to complain about it it stays the default for now.
[1] https://github.com/rust-lang-nursery/rls/blob/master/src/main.rs#L87
|
|
messages, balloons, and highlights
|
|
|
|
|
|
|
|
Add support for the java PMD linter
|
|
executables by default
|
|
pylint: Move to the buffer's directory before running pylint command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add g:ale_php_cs_fixer_options variable
* Fix test
|
|
|
|
|
|
* Add first qmlfmt support
* Add GetCommand() function
- pass --error/-e option
* Add handle unittest
- fix pattern regex
- store col as integer
* Update docs
* Add command callback unit test
|