Age | Commit message (Collapse) | Author |
|
|
|
|
|
Perlcritic is a style checker, not a syntax validator.
This change was originally proposed by @RsrchBoy in
https://github.com/w0rp/ale/pull/784.
|
|
|
|
|
|
|
|
|
|
first match
|
|
|
|
Show more information for Flow errors with :ALEDetail
|
|
|
|
* Added support for linting of proto files
* Added function to get the proper protoc command
|
|
|
|
|
|
|
|
Ale saves a temporary file (%t) which does not share the same path as
the original file, breaking import statements with relative URLs.
This fix sends content to `lessc` over stdin and adds
the current file (%s) as one of the included paths, so statements like
`@import '../utils' will correctly resolve based on the current file path.
|
|
|
|
|
|
|
|
checking via stdin properly
|
|
* Support PyLS (python language server)
* Replace pyls#GetProjectRoot and add more config types to ale#python#FindProjectRoot
|
|
ale_linters: add 'dafny' linter
|
|
|
|
|
|
|
|
|
|
|
|
Add dart LSP (resolves #1006)
|
|
|
|
|
|
|
|
Add example for changing highlight color
|
|
Added example on how to actually change the color.
Related to #1077
|
|
|
|
|
|
* Add shfmt fixer for sh files
* Add tests for shfmt fixer
|
|
* Add executable option for phpmd linter (resolves #1076)
* Add test for phpmd executable option
|
|
for cargo versions that are new enough
|
|
with folds, etc.
|
|
|
|
|
|
|
|
test files to .exe so they will pass the executable() check
|
|
|
|
* windows compatible warning match pattern for erlc
|
|
|
|
Prevent logging of errors in the php linter.
|
|
|
|
Put info about lightline-ale in README.md (fixes #1065)
|
|
|