aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* eslint: Use cwd from executable location to fix nested projects (#3222)v2.7.xKevin Locke2020-07-084-9/+50
* Run ESLint fixer from project root, where possible (#3096)Kevin Locke2020-07-013-22/+50
* Update the internal ALE version to 2.7.0v2.7.0w0rp2020-06-112-1/+2
* Support revive for go files (#2933)Paco2020-05-226-0/+73
* Merge pull request #3173 from nibocn/feat#javac-sourcepathHoracio Sanson2020-05-195-6/+196
|\
| * refactor(javac): ale_java_javac_sourcepath variable defaults to StringNiBo2020-05-192-2/+2
| * refactor(javac): ale_java_javac_classpath variable supports String and List t...NiBo2020-05-193-6/+64
| * refactor(javac): ale_java_javac_sourcepath variable supports String and List ...NiBo2020-05-195-13/+117
| * style(javac): Code formattingNiBo2020-05-151-0/+2
| * feat(javac): Add java_javac_sourcepath variableNiBo2020-05-152-0/+26
|/
* Merge pull request #3077 from puritys/javaagentHoracio Sanson2020-05-153-1/+36
|\
| * Fix code conventionpuritys2020-03-261-2/+2
| * Fix code conventionpuritys2020-03-261-0/+2
| * To support javaagent on eclipselsppuritys2020-03-263-1/+34
* | Merge pull request #3134 from Ian2020/masterHoracio Sanson2020-05-099-121/+148
|\ \
| * | Use a function to define shellcheck linters and vars needed, fixes testsIan20202020-05-084-41/+28
| * | Main logic of shellcheck has moved, updated backward compat testIan20202020-04-291-1/+1
| * | Fix linting issue - indentation incorrectIan20202020-04-281-4/+4
| * | Fix shell detection test, shellcheck function name has changedIan20202020-04-281-14/+14
| * | Fix handler test, function name has changedIan20202020-04-281-2/+2
| * | Moved common code to ale handlers, updated bats docIan20202020-04-284-207/+115
| * | Fix documentation oversightsIan20202020-04-282-1/+3
| * | Add shellcheck as linter for bats filesIan20202020-04-244-0/+130
* | | Merge branch 'rust-analyzer' of https://github.com/jonhoo/ale into jonhoo-rus...RyanSquared2020-05-056-2/+73
|\ \ \ | |/ / |/| |
| * | Move to rust-analyzer everywhereJon Gjengset2020-04-092-2/+2
| * | rust-analyzer server binary changed nameJon Gjengset2020-04-091-1/+1
| * | Fix Rust linter/fixer listingJon Gjengset2019-12-111-3/+3
| * | Make more names match upJon Gjengset2019-10-181-1/+1
| * | Place rust sections in alphabetical orderJon Gjengset2019-10-161-19/+19
| * | Also list analyzer in doc/ supported toolsJon Gjengset2019-10-161-0/+1
| * | Fix TOC sortingJon Gjengset2019-10-161-1/+1
| * | Make TOC match upJon Gjengset2019-10-161-1/+1
| * | minor test fixJon Gjengset2019-10-161-1/+1
| * | Add support for rust-analyzerJon Gjengset2019-10-165-0/+70
* | | Merge pull request #3117 from zoonfafer/vim-vimlsHoracio Sanson2020-04-2114-0/+195
|\ \ \
| * | | Add vim-language-server linter supportJeffrey Lau2020-04-2114-0/+195
|/ / /
* | | Merge pull request #3121 from zoonfafer/scala-metalsw0rp2020-04-201-0/+2
|\ \ \
| * | | linter/scala/metals: Fix return value of GetProjectRoot()Jeffrey Lau2020-04-181-0/+2
* | | | Add terraform-lsp integration (#2758)Oliver Ford2020-04-205-0/+93
* | | | Merge pull request #3027 from ndtho8205/fix-kotlinc-stderrHoracio Sanson2020-04-191-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix 3011 - not catching kotlinc output on stderrTho Nguyen Duc2020-03-061-0/+1
* | | | Merge pull request #3098 from tarikgraba/verilator-columnnw0rp2020-04-182-9/+66
|\ \ \ \
| * | | | Adds column number to the verilator verilog linterTG2020-04-182-9/+66
* | | | | Fix the cursor tests, that stop tests runningw0rp2020-04-181-26/+7
* | | | | Broken message in pycodestyle (or any other Linters whose name include 'code'...Yuto2020-04-182-1/+20
|/ / / /
* | | | Merge pull request #2681 from mynomoto/clj-kondo-cachew0rp2020-04-171-1/+1
|\ \ \ \
| * | | | Use cache for clj-kondo lintermynomoto2019-08-061-1/+1
* | | | | Merge pull request #2823 from jeremija/do-not-save-on-autoimportw0rp2020-04-1710-54/+101
|\ \ \ \ \
| * | | | | Add old check for bufline apiJerko Steiner2019-12-292-2/+6
| * | | | | Merge branch 'master' into do-not-save-on-autoimportJerko Steiner2019-10-2226-34/+388
| |\ \ \ \ \