summaryrefslogtreecommitdiff
path: root/ale_linters
AgeCommit message (Expand)Author
2017-08-11Ban !=# and !=? from the codebasew0rp
2017-08-10Add linter for Idris (#838)Scott Bonds
2017-08-10Move --format=default in the flake8 command to the return value, and remove e...w0rp
2017-08-09Default flake8 to --format=defaultMatthew Grossman
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-08-07Document the PHP langserver integrationw0rp
2017-08-05Fix #823 - Write Windows files with CRLFw0rp
2017-08-03Merge pull request #821 from verbitan/nagelfarw0rp
2017-08-02Cover the Rust LSP with tests, allow LSP linters to be named anything, and re...w0rp
2017-08-02Add Tcl nagelfar linterNick James
2017-08-02Cover the PHP language server functions with Vader testsw0rp
2017-08-02#517 Enable the PHP language serverw0rp
2017-08-02Rubocop: Show cop nameJunegunn Choi
2017-07-30#517 - Get the Rust language server working in a basic wayw0rp
2017-07-30Fix some bugs so the PHP language server will show errors at least oncew0rp
2017-07-27#810 - Handle output which is not JSON in many lintersw0rp
2017-07-26#810 Ignore output which isn't JSON for brakemanw0rp
2017-07-26#517 Add more code LSP support which makes the tssserver linter behave more l...w0rp
2017-07-26Fix #804 - Do not run scalac for sbt filesw0rp
2017-07-24Make executable and options configurable for hdevtoolsTakano Akio
2017-07-22Fix #794 - Filter out any preceding lines of Flow output which aren't JSONw0rp
2017-07-20#782 - Do not set the build directory for clang-tidy for header files, which ...w0rp
2017-07-19Fix #779 - Handle empty output for tslintw0rp
2017-07-18Fix #308 - Check Dart files with dartanalyzerw0rp
2017-07-18Fix #710 - Show hlint suggestions as info items, and include end line and col...w0rp
2017-07-18Fix #776 - Do not add ; echo for Windows for Floww0rp
2017-07-17Add yaml swaglint linter (#771)Matthew Turland
2017-07-17#703 Add arguments to avoid generating plist files if no build directory is d...w0rp
2017-07-17Fix another executable callback typow0rp
2017-07-17Fix an executable_callback typow0rp
2017-07-17#711 - Make the cpplint executable configurablew0rp
2017-07-17#711 - Make the clangtidy executable configurablew0rp
2017-07-16#711 - Make the clangcheck executable configurablew0rp
2017-07-16#711 - Make the gcc executables configurablew0rp
2017-07-16#711 - Make the cppcheck executables configurablew0rp
2017-07-16#711 - Make the clang executables configurablew0rp
2017-07-16Merge pull request #774 from dmitrivereshchagin/syntaxerl-linterw0rp
2017-07-16Added phpstan linter for php. (#772)Ardis
2017-07-16Add SyntaxErl linterDmitri Vereshchagin
2017-07-13Add scalastyle linter (#766)Kevin Kays
2017-07-13#769 Ignore stderr output and output without JSON we can read for rubocopw0rp
2017-07-12Rubocop: handle empty 'files' array in outputEddie Lebow
2017-07-12Fix #760 - Report problems with configuration files for rubocopw0rp
2017-07-12Add rails_best_practices handler (resolves #655) (#751)Eddie Lebow
2017-07-12Fixup #756Sander van Harmelen
2017-07-11#756 Escape the paths used for the --include parameter for gometalinter, whic...w0rp
2017-07-11Make gometalinter work againSander van Harmelen
2017-07-11Prefer --fast for stack-build (#754)Jake Zimmerman
2017-07-10Kotlin and general Gradle support. (#745)Michael Pardo
2017-07-09Make every test set filenames and switch directories in the same way, and fix...w0rp