Age | Commit message (Collapse) | Author |
|
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.
|
|
Based off of #745.
|
|
|
|
|
|
|
|
Add a pycodestyle linter
|
|
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
|
|
|
|
|
|
* Added new linter for GraphQL: GQLint
* added help-files
|
|
|
|
* Add feature check for SyntaxErl linter
* Escape SyntaxErl executable path in commands
|
|
SyntaxErl if an option is on in ALE
|
|
|
|
|
|
|
|
Right now ghc-mod linter check temp file instead of current buffer,
which cause the problem that it can't detect cabal file and raise
missing package error.
To fix that we need to run ghc-mod check with actual path of the current
file and with ghc-mod option `--map-file` to redirect temp file source
code to actual one
|
|
|
|
* Add linter for Idris
* Fix parsing warnings and column ranges in Idris linter
* Make Idris linter configurable. Fix help tag.
|
|
extra spaces in the tests
|
|
|
|
|
|
|
|
|
|
Add Tcl nagelfar linter
|
|
rename the Rust LSP linter to `rls`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
like the LSP linters
|
|
|
|
|
|
|
|
does not work
|
|
|
|
|
|
column numbers
|
|
|
|
* Add yaml swaglint linter
|
|
detected for clang-check
|
|
|
|
|
|
|