Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-15 | Merge pull request #3225 from markeganfuller/puppet_parser_error_at_end | Horacio Sanson | |
Handling for puppet parser error at end of input. | |||
2020-07-15 | Handling for puppet parser error at end of input. | Mark Egan-Fuller | |
Add handling for `Syntax error at end of input` which doesn't give a line or column. Fixes #2656 | |||
2020-07-11 | Merge pull request #3232 from CherryMan/master | Horacio Sanson | |
Zig support using zls. | |||
2020-07-10 | Support zls language server for zig | Sheheryar Parvaz | |
2020-07-10 | doc: Remove c++ from astyle | jhlink | |
2020-07-10 | style: Adjust spacing | jhlink | |
2020-07-10 | test: Add astyle vader test | jhlink | |
2020-07-10 | doc: Add astyle to supported lang & tools | jhlink | |
2020-07-10 | doc: Add astyle to supported-tools.md | jhlink | |
2020-07-10 | doc: Add astyle to ale-c-options in ale-contents | jhlink | |
2020-07-10 | doc: Add astyle entry to ALE c integration | jhlink | |
2020-07-10 | feat: Add astyle to fix/register.vim | jhlink | |
2020-07-10 | feat: Add ALE fixer for astyle | jhlink | |
2020-07-08 | eslint: Use cwd from executable location to fix nested projects (#3222) | Kevin Locke | |
* Split FindNearestExecutable from FindExecutable The path searching in ale#node#FindExecutable() will be useful for eslint. Refactor it into a separate function so it can be used without regard for the state of the _use_global and _executable variables. Signed-off-by: Kevin Locke <kevin@kevinlocke.name> * eslint: Set project root from local executable Using the nearest directory with node_modules does not work correctly for nested projects where the eslint dependencies are in the outer project. For example: https://github.com/dense-analysis/ale/issues/3143#issuecomment-652452362 Adopt the behavior of SublimeLinter, which runs from project_root determined by the presence of the eslint executable in node_modules/.bin (or eslint in dependencies/devDependencies of package.json, which we can add later as necessary). See [NodeLinter#find_local_executable]. [NodeLinter#find_local_executable]: https://github.com/SublimeLinter/SublimeLinter/blob/056e6f6/lint/base_linter/node_linter.py#L109 Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2020-07-08 | Merge pull request #3223 from cspeterson/master | Horacio Sanson | |
Puppet handler regex fix, plus new test | |||
2020-07-02 | Tests/puppet: add new test case for a heretofore unaccounted-for version of ↵ | Christopher Peterson | |
error message | |||
2020-07-02 | Puppet handler: make error-parsing regex more robust | Christopher Peterson | |
2020-07-01 | Run ESLint fixer from project root, where possible (#3096) | Kevin Locke | |
* Split eslint#GetCdString from eslint#GetCommand Move the code for finding the project root and building the cd string into a separate function so that it can be reused in the eslint fixer. Signed-off-by: Kevin Locke <kevin@kevinlocke.name> * Run ESLint fixer from project root dir To match the ESLint linter, as changed in 9ee57d43 (which I forgot to apply to the fixer, whoops). Fixes: #3094 Closes: #3095 Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2020-06-20 | Merge pull request #3158 from ulidtko/improve-dockerfile_lint | Horacio Sanson | |
Improve :ALEDetail for dockerfile_lint [READY TO REVIEW] | |||
2020-06-19 | Merge pull request #3172 from 0xMH/patch-1 | Horacio Sanson | |
More docs for beginners to use cloudformation linter | |||
2020-06-11 | Update the internal ALE version to 2.7.0v2.7.0 | w0rp | |
2020-05-31 | Add test for LSP autoimport | Jerko Steiner | |
2020-05-31 | Add support for rename (documentChanges) | Jerko Steiner | |
2020-05-31 | Fix completion with langserver (autoimport in go) | Jerko Steiner | |
2020-05-22 | Support revive for go files (#2933) | Paco | |
Signed-off-by: Penghui Liao <liaoishere@gmail.com> | |||
2020-05-19 | Merge pull request #3173 from nibocn/feat#javac-sourcepath | Horacio Sanson | |
feat(javac): Add java_javac_sourcepath variable | |||
2020-05-19 | refactor(javac): ale_java_javac_sourcepath variable defaults to String | NiBo | |
2020-05-19 | refactor(javac): ale_java_javac_classpath variable supports String and List ↵ | NiBo | |
types | |||
2020-05-19 | refactor(javac): ale_java_javac_sourcepath variable supports String and List ↵ | NiBo | |
types | |||
2020-05-15 | style(javac): Code formatting | NiBo | |
2020-05-15 | feat(javac): Add java_javac_sourcepath variable | NiBo | |
This variable can set multiple source code paths, the source code path is a relative path (relative to the project root directory) | |||
2020-05-15 | Added linter installing methods | Mohamed hamza | |
2020-05-15 | Merge pull request #3077 from puritys/javaagent | Horacio Sanson | |
To support javaagent on eclipselsp | |||
2020-05-15 | More docs for beginners to use cloudformation linter | NoNE | |
2020-05-09 | Merge pull request #3134 from Ian2020/master | Horacio Sanson | |
Add shellcheck as linter for bats files | |||
2020-05-08 | Use a function to define shellcheck linters and vars needed, fixes tests | Ian2020 | |
2020-05-06 | Fix style and test | max ulidtko | |
2020-05-06 | Improve :ALEDetail for dockerfile_lint | max ulidtko | |
1. The often longish `description` moved away from (supposedly short) statusline `message` into the `detail` section. 2. dockerfile_lint sends `reference_url` pointing to issue explanations. Use that. | |||
2020-05-05 | Merge branch 'rust-analyzer' of https://github.com/jonhoo/ale into ↵ | RyanSquared | |
jonhoo-rust-analyzer | |||
2020-04-29 | Main logic of shellcheck has moved, updated backward compat test | Ian2020 | |
2020-04-28 | Fix linting issue - indentation incorrect | Ian2020 | |
2020-04-28 | Fix shell detection test, shellcheck function name has changed | Ian2020 | |
2020-04-28 | Fix handler test, function name has changed | Ian2020 | |
2020-04-28 | Moved common code to ale handlers, updated bats doc | Ian2020 | |
2020-04-28 | Fix documentation oversights | Ian2020 | |
2020-04-25 | Fix eclipselsp command function. | Horacio Sanson | |
Changes in eclipselsp and java caused the command needed to run the language server fail to build properly. Thi PR fixes those issues. | |||
2020-04-24 | Add shellcheck as linter for bats files | Ian2020 | |
2020-04-21 | Merge pull request #3117 from zoonfafer/vim-vimls | Horacio Sanson | |
Add vim-language-server linter support | |||
2020-04-21 | Add vim-language-server linter support | Jeffrey Lau | |
2020-04-20 | Merge pull request #3121 from zoonfafer/scala-metals | w0rp | |
linter/scala/metals: Fix return value of GetProjectRoot() |