Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-30 | fix: Force add .astylerc in test_cpp_project | jhlink | |
2020-07-30 | test: Find .astylerc placed with src for astyle | jhlink | |
2020-07-30 | fix: Find proj_options in same dir for astyle | jhlink | |
2020-07-30 | Merge pull request #3253 from sblask/support-markdownlint-0.19.0-and-0.22.0 | Horacio Sanson | |
Support markdownlint 0.19.0 and 0.22.0 | |||
2020-07-30 | Support markdownlint 0.19.0 and 0.22.0 | Sebastian Blask | |
Fixes #2965 | |||
2020-07-29 | Merge pull request #3231 from jhlink/add-astyle-for-c-formatting | Horacio Sanson | |
Add astyle for C/C++ formatting | |||
2020-07-29 | style: Resolve lint issue | jhlink | |
2020-07-29 | fix: Use ALE to reliably find project options | jhlink | |
2020-07-28 | test: Set empty values for astyle project_options | jhlink | |
2020-07-28 | chore: Distinguish test value name | jhlink | |
2020-07-28 | chore: Delete dead test code | jhlink | |
2020-07-28 | fix: Change _options to _project_options | jhlink | |
2020-07-26 | fix: Remove explicit calls to file path in astyle | jhlink | |
2020-07-26 | doc: Add C++ desc in astyle entry in registry | jhlink | |
2020-07-26 | doc: Add ale_cpp_astyle_options in ale-cpp | jhlink | |
2020-07-26 | doc: Add ale_c_astyle_options in ale-c | jhlink | |
2020-07-26 | feat: Add project option file support for astyle | jhlink | |
2020-07-26 | feat: Use stdin/redirection for astyle | jhlink | |
2020-07-25 | test: Add cpp test case for astyle | jhlink | |
2020-07-25 | Merge branch into add-astyle-for-c-formatting | jhlink | |
2020-07-25 | doc: Add astyle to ale-cpp-options in ale.txt | jhlink | |
2020-07-25 | doc: Add astyle in c++ section in supported-tool | jhlink | |
2020-07-25 | doc: Add astyle to c++ in supported lang & tools | jhlink | |
2020-07-25 | feat: Add astyle in c++ section in supported-tool | jhlink | |
2020-07-25 | feat: Add astyle to c++ in supported lang & tools | jhlink | |
2020-07-25 | doc: Add astyle to ale-cpp | jhlink | |
2020-07-25 | feat: Add cpp to registry.vim | jhlink | |
2020-07-25 | feat: Add cpp support to astyle fixer | jhlink | |
2020-07-25 | Update ale-java.txt | Luiz Gustavo | |
2020-07-21 | Merge pull request #2914 from hsanson/2913-fix-checkstyle-config-with-options | w0rp | |
Fix 2913 - checkstyle config file ignored. | |||
2020-07-21 | Merge pull request #3060 from hsanson/345-update-javalsp-documentation | w0rp | |
Fix 345 - update java language server docs. | |||
2020-07-21 | Merge pull request #3070 from hsanson/2732-add-bashate-support | w0rp | |
Fix 2732 - Add bashate support | |||
2020-07-21 | Merge pull request #3119 from hsanson/2269-ktlint-stdin-support | w0rp | |
Fix 2269 - use ktlint stdin. | |||
2020-07-21 | Merge pull request #3137 from hsanson/3132-fix-eclipselsp-command | w0rp | |
Fix eclipselsp command function. | |||
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-09 | Enable languagetool for asciidoctor files. | Horacio Sanson | |
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 |