Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
filenames for eslint --fix
|
|
|
|
|
|
|
|
contents, and add a script to check for theses issues
|
|
script for running tests
|
|
* Add Elm support for npm local installation
|
|
|
|
|
|
Windows
|
|
* Add elm-format as a new fixer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'on_save' again
|
|
* Add a glslang linter for GLSL
|
|
* add cuda nvcc linter
|
|
|
|
* Add prettier fixer support for typescript
* Add prettier fixer support for css and scss
* Add prettier fixer support for json
* Use getbufvar() to get &filetype
|
|
blank line
|
|
|
|
|
|
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
|
|
|
|
|