Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-18 | Merge pull request #2304 from mandreyel/patch-1 | w0rp | |
Fix typo in ale.txt | |||
2019-02-18 | Fix typo in ale.txt | mandreyel | |
2019-02-15 | Try to get tests to pass on Windows again | w0rp | |
2019-02-15 | Fix #2299 - Make tsserver run again | w0rp | |
2019-02-15 | #2295 Send an empty object for the initialized notification, per the spec | w0rp | |
2019-02-15 | Fix #2295 - Respond to initialize with an initialized message | w0rp | |
2019-02-15 | Fix #2294 - Fix some syntax that broke LSP | w0rp | |
2019-02-14 | Simplify code for marking linters as active | w0rp | |
2019-02-13 | Fix #2293 - Update linter option documentation | w0rp | |
* The README now points to a valid helptag for linter options. * The now very, very large part of the table of contents for linter and fixer options has been moved into a section so the initial table is smaller. * Special linter or fixer options now lie beneath the general linter or fixer options. | |||
2019-02-13 | Remove ProcessChain code we do not need now | w0rp | |
2019-02-13 | Make it easier to remove command_chain support later | w0rp | |
2019-02-13 | #2132 Use an on-init callback for all LSP logic | w0rp | |
2019-02-13 | Better wording | w0rp | |
2019-02-13 | Explain what linting is in the first sentence | w0rp | |
2019-02-12 | Merge pull request #2291 from kevinoid/pylama-no-temp | w0rp | |
pylama: Use %s instead of %t | |||
2019-02-12 | #2132 - Implement deferred executable string handling for linters | w0rp | |
2019-02-12 | pylama: Use %s instead of %t | Kevin Locke | |
Although using %t to lint changes was desirable, many pylama checks use surrounding paths and file contents (e.g. C0103 module name, E0402 relative import beyond top, etc.) The more such errors I find during testing, the less %t seems like a good idea. Switch to %s. Also set `lint_file` to 1 and mark Pylama as a file linter in the docs. Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2019-02-11 | Fixers are not disabled by default | w0rp | |
2019-02-11 | Rewrite the supported tools lists in new files | w0rp | |
2019-02-11 | add project_root_callback for tsserver (#2290) | Derek Sifford | |
* add project_root_callback for tsserver * add tests for tsserver project root * Update test/command_callback/test_javascript_tsserver_command_callback.vader | |||
2019-02-10 | Merge pull request #2268 from m-pilia/alex | w0rp | |
Add settings for the Alex linter | |||
2019-02-10 | Merge pull request #2277 from chaucerbao/feature/redraw-after-open | w0rp | |
Center the result after `ale#util#Open` jumps | |||
2019-02-10 | Merge pull request #2287 from kevinoid/vulture-options | w0rp | |
Document and test ale_python_vulture_options | |||
2019-02-10 | Merge pull request #2289 from kevinoid/shellcheck-dialect | w0rp | |
Support ale_sh_shellcheck_dialect to set shellcheck dialect | |||
2019-02-10 | Support ale_sh_shellcheck_dialect to set dialect | Kevin Locke | |
As discussed in w0rp/ale#1051, there are cases where it would be useful to be able to specify the dialect explicitly. This commit allows users to do so using the ale_sh_shellcheck_dialect variable. Fixes: w0rp/ale#1051 Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2019-02-10 | Document and test ale_python_vulture_options | Kevin Locke | |
The vulture linter already supports ale_python_vulture_options, but it is not documented or tested. Since vulture only supports configuration via options, it is an important use case. Add docs and test. Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2019-02-10 | Complain about binary operators on the ends of lines | w0rp | |
2019-02-10 | Supporting filtered jump (#2279) | Théo Cavignac | |
* Support filtered jump based on loclist item type (E or W for now) * Use flags to customize the behavior of ALENext and ALEPrevious * Update <plug> bindings with flags * Update documentation about ALENext and ALEPrevious * Use ale#args#Parse in JumpWrap | |||
2019-02-08 | Support pylama for python (#2266) | Kevin Locke | |
* Add pylama for python * Consolidate python traceback handling | |||
2019-02-08 | #2009 - Force Windows jobs to run in a CMD shell | w0rp | |
2019-02-08 | Merge pull request #2262 from sectioneight/cd-for-black | w0rp | |
Respect python black fixer configuration file | |||
2019-02-08 | Merge pull request #2272 from Rahlir/fix-c-compilecommand | w0rp | |
Fix error when parsing compile_commands for c languages | |||
2019-02-08 | Add `-relative` option to ALESymbolSearch (#2255) | Alvin Chan | |
* Add `-relative` option to ALESymbolSearch * Document the `-relative` option for ALEFindReferences and ALESymbolSearch | |||
2019-02-08 | Fix #2257 - Fix an off by 1 which broke completion for some servers | w0rp | |
2019-02-08 | Merge pull request #2284 from jqno/master | w0rp | |
Fixes javalsp linter | |||
2019-02-08 | #2132 Implement deferred objects for ale#command#Run | w0rp | |
2019-02-07 | Add a function for parsing command args | w0rp | |
2019-02-07 | Fix #2276 - Replace a potentially infinite loop for hie | w0rp | |
2019-02-07 | Fixes javalsp linter | Jan Ouwens | |
2019-02-07 | Merge pull request #2278 from oblitum/improve-cypher-lint | w0rp | |
linter/cypher: make Cypher linter dynamic | |||
2019-02-06 | Make Cypher linter dynamic | Francisco Lopes | |
2019-02-06 | Merge pull request #2270 from oblitum/add-cypher-lint | w0rp | |
linter/cypher: add cypher-lint | |||
2019-02-06 | #2132 - lint and fix with ale#command#Run | w0rp | |
A new function is added here which will later be modified for public use in linter and fixer callbacks. All linting and fixing now goes through this new function, to prove that it works in all cases. | |||
2019-02-06 | Update syntax checking | w0rp | |
* Line continuation characters should be on the same lines. * .vim file line indentation should be a multiple of 4. | |||
2019-02-05 | Replace `normal` with `normal!` | Alvin Chan | |
2019-02-05 | Remove the `redraw` since it's implicit with the `zz` | Alvin Chan | |
2019-02-05 | Center the line within the viewport after a jump | Alvin Chan | |
2019-02-05 | Force Vim to `redraw` after `ale#util#Open` | Alvin Chan | |
2019-02-04 | Fix error when parsing compile_commands for c langs | Tadeas Uhlir | |
This little error caused that when parsing compile_commands json, the filename was used to fetch entries in directory dictionary, hence, when adding new json commands, it never found anything in dir_lookup and instead rewrote the previous entry. Hence, the dir_lookup always contained list of only one compile_command per directory instead of all compile_commands for given directory. | |||
2019-02-03 | linter/cypher: add cypher-lint | Francisco Lopes | |