Age | Commit message (Collapse) | Author |
|
|
|
|
|
buffer's basename
|
|
* Detect and use CM files for smlnj
* Split into two checkers
- one for CM projects
- one for single SML files
* Fix some typos
* Fix error caught by writing tests
We want to actually use `glob` to search in paths upwards from us.
(Previously we were just searching in the current directory every time!)
* Fix errors from former test run
* Write tests for GetCmFile and GetExecutableSmlnj
* Typo in 'smlnj/' fixture filenames
|
|
|
|
|
|
filetype changed is on
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
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
|
|
checks
|
|
|
|
quickfix/loclist items to other buffers
|
|
add phpcbf fixer
|
|
|
|
|
|
|
|
|
|
|
|
* Add feature check for SyntaxErl linter
* Escape SyntaxErl executable path in commands
|
|
SyntaxErl if an option is on in ALE
|
|
|
|
|
|
filename items in quickfix and loclist.
|
|
safe level, and filter before requesting details, which is faster
|
|
works better
|
|
|
|
|
|
|
|
when the filetype changes
|
|
|
|
|
|
|
|
|