Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
existing problems
|
|
|
|
|
|
|
|
|
|
Add a linter for Apache Thrift IDL files
|
|
This linter works by invoking the `thrift` compiler with the buffer
contents and reporting any parser and code generation issues.
The handler rolls its own output-matching loop because we have the
(unfortunate) requirement of handling error output that spans multiple
lines.
Unit tests cover both the command callback and handler, and there is
initial documentation for all of the option variables.
|
|
Gradle support for javac
|
|
|
|
Based off of #745.
|
|
|
|
|
|
* Add support for prettier configuration file.
As of version 1.6.0, prettier allows passing a `--config` argument with
a path to a configuration file.
* Add test prettier configuration file.
* Add option to use local prettier configuration.
* Add description for new prettier option.
* Also check if the config is present before using it.
|
|
Add prettier_d fixer path
|
|
|
|
|
|
|
|
|
|
see and click
|
|
tools, andautomatically demand that they stay in sync
|
|
|
|
|
|
|
|
|
|
|
|
linting is disabled
|
|
Add a pycodestyle linter
|
|
* Add clang-format fixer for C/C++
* Document clang-format options
* Refer ale-cpp-clangformat to ale-c-clangformat
|
|
|
|
|
|
|
|
* Suppress warning about .eslintignore'd file
* Fix slightly ironic lint error
* Lock error suppression behind a variable; add docs and tests
|
|
errors E924, E925, and E926
|
|
|
|
Add erubis linter
|
|
This linter works largely the same as the existing `erubylint` linter,
except it works with `erubis` instead of `erb` as the driving command.
|
|
checks
|
|
|
|
quickfix/loclist items to other buffers
|
|
add phpcbf fixer
|
|
|
|
* Added new linter for GraphQL: GQLint
* added help-files
|