Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Update line marker pattern for new gfortran
|
|
Add tests for GCC 4.1.2, 4.9.2 and 6.3.1
|
|
different flag for loading with a very ugly name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Highlighting should not filter linter messages without column info
|
|
|
|
guess for the file extension
|
|
|
|
|
|
|
|
Add stylelint option to pass in more options
|
|
|
|
|
|
|
|
* Add clang-tidy linter for cpp.
* Use stdin-wrapper to allow linting as you type.
|
|
file, and then piping them in via the shell instead
|
|
|
|
|
|
* A try at javac support for ALE
* Small cleanup: moved '/tmp/java_ale' string into script var
* Fixed Travis-CI build failing on autocmd not being in augroup and stupid omission
* One more fix for Travis-CI
* For some reason, expandtab was not set
* Indentation and removal of header guard.
Used examples from ale_linters/c/gcc.vim and
ale_linters/javascript/eslint.vim for the indentation of string concat blocks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add clang to cpp linters.
|
|
|
|
|
|
|
|
|
|
|
|
users
|
|
|
|
Pass the buffer's filename to Credo
|
|
By default, Credo attributes input from STDIN as though it came from a
file named `stdin`. This change passes the buffer's filename, too, so
that Credo can use that information when applying its configuration.
This is a nice improvement because files like `mix.exs` are normally
excluded from Credo-based linting. Previously, ALE would show lint
warnings for those files as they were edited. Now, they are correctly
honor the Credo configuration and don't produce lint output.
|
|
|
|
|
|
|
|
Add standard linter
|