Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-11 | Require function! to be used instead of function | w0rp | |
2017-09-10 | Elm local install support (#915) | Clément DOUIN | |
* Add Elm support for npm local installation | |||
2017-09-10 | Fix an SML variable init bug, and get the SML cm file tests to pass on Windows | w0rp | |
2017-09-08 | Add GLSL linter using glslang (#914) | Sven-Hendrik Haase | |
* Add a glslang linter for GLSL | |||
2017-09-07 | Add cuda nvcc linter (#874) | BlahGeek | |
* add cuda nvcc linter | |||
2017-09-06 | Add an option for ignoring the output of TSLint if a file contains a single ↵ | w0rp | |
blank line | |||
2017-09-03 | allow options to be set for `lintr` | Alex Axthelm | |
2017-09-03 | Allow for lintr options | Alex Axthelm | |
2017-09-03 | Detect and use CM files for smlnj (#884) | Jake Zimmerman | |
* 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 | |||
2017-08-31 | Fix #895 - Run Node.js scripts with node.exe instead of node on Windows | w0rp | |
2017-08-30 | Merge remote-tracking branch 'randrej/master' into c-clang-tidy | w0rp | |
2017-08-30 | Merge remote-tracking branch 'jclem/master' into tslint-rules | w0rp | |
2017-08-30 | Add a linter for Apache Thrift IDL files | Jon Parise | |
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. | |||
2017-08-29 | Gradle support for javac | Brayden Banks | |
Based off of #745. | |||
2017-08-28 | #869 - Detect the shell dialect from the hashbang for shellcheck | w0rp | |
2017-08-26 | #868 - Prefer cmd.js files for executing standard | w0rp | |
2017-08-26 | Set the end column for some Vint problems | w0rp | |
2017-08-25 | Add pycodestyle Python linter support (#872) | Michael | |
Add a pycodestyle linter | |||
2017-08-22 | Merge pull request #865 from jez/erubis-linter | w0rp | |
Add erubis linter | |||
2017-08-21 | Add erubis linter | Jake Zimmerman | |
This linter works largely the same as the existing `erubylint` linter, except it works with `erubis` instead of `erb` as the driving command. | |||
2017-08-21 | Fix #864 - Use the user's configured executable for phpstan for executable() ↵ | w0rp | |
checks | |||
2017-08-20 | #653 Show errors from other files for mypy | w0rp | |
2017-08-20 | Fix some indentation | w0rp | |
2017-08-20 | Added new linter for GraphQL: gqlint (#863) | Michiel Westerbeek | |
* Added new linter for GraphQL: GQLint * added help-files | |||
2017-08-20 | #653 Update tslint to set the filename key for problems in other files | w0rp | |
2017-08-19 | Syntaxerl linter feature check (#861) | Dmitri Vereshchagin | |
* Add feature check for SyntaxErl linter * Escape SyntaxErl executable path in commands | |||
2017-08-19 | #860 Only enable the new option for setting the original filename for ↵ | w0rp | |
SyntaxErl if an option is on in ALE | |||
2017-08-19 | Add original filename to SyntaxErl command | Dmitri Vereshchagin | |
2017-08-18 | Fix #858 - Fix the stack ghc-mod command | w0rp | |
2017-08-16 | Include the ruleName for errors in tslint problems | w0rp | |
2017-08-13 | Make ghc-mod be awared of cabal file | Vo Anh Duy | |
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 | |||
2017-08-11 | Ban !=# and !=? from the codebase | w0rp | |
2017-08-10 | Add linter for Idris (#838) | Scott Bonds | |
* Add linter for Idris * Fix parsing warnings and column ranges in Idris linter * Make Idris linter configurable. Fix help tag. | |||
2017-08-10 | Move --format=default in the flake8 command to the return value, and remove ↵ | w0rp | |
extra spaces in the tests | |||
2017-08-09 | Default flake8 to --format=default | Matthew Grossman | |
2017-08-08 | Ban use of ==# or ==? in the codebase, and prefer is# or is? instead | w0rp | |
2017-08-07 | Document the PHP langserver integration | w0rp | |
2017-08-06 | Fixed the comments, left only the doc URL | Andrej Radovic | |
2017-08-05 | Fix #823 - Write Windows files with CRLF | w0rp | |
2017-08-05 | Added clang-tidy for C, too. | Andrej Radovic | |
A limited number of clang-tidy checks can be used with C, too. I pretty much copied and refactored the C++ clang-tidy linter, and added some documentation about C-compatible checks. | |||
2017-08-03 | Merge pull request #821 from verbitan/nagelfar | w0rp | |
Add Tcl nagelfar linter | |||
2017-08-02 | Cover the Rust LSP with tests, allow LSP linters to be named anything, and ↵ | w0rp | |
rename the Rust LSP linter to `rls` | |||
2017-08-02 | Add Tcl nagelfar linter | Nick James | |
2017-08-02 | Cover the PHP language server functions with Vader tests | w0rp | |
2017-08-02 | #517 Enable the PHP language server | w0rp | |
2017-08-02 | Rubocop: Show cop name | Junegunn Choi | |
2017-07-30 | #517 - Get the Rust language server working in a basic way | w0rp | |
2017-07-30 | Fix some bugs so the PHP language server will show errors at least once | w0rp | |
2017-07-27 | #810 - Handle output which is not JSON in many linters | w0rp | |
2017-07-26 | #810 Ignore output which isn't JSON for brakeman | w0rp | |