Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-06 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-11-05 | Merge pull request #3427 from lifecrisis/sh-buffer-vars | Horacio Sanson | |
Check for Vim's shell type buffer variables before falling back to the file type | |||
2020-11-03 | Add -imacros to C flags | Manoel Brunnen | |
2020-11-02 | Move the test for buffer-local variables | Jason Franklin | |
The "ale#handlers#sh#GetShellType()" function currently falls back to the file type without checking for buffer-local variables first. This causes the function to return "sh" even when a script is known by Vim to be a script of a more specific type (e.g., "bash"). The "ale#handlers#shellcheck#GetDialectArgument()" function then erroneously uses this type even though a more fitting type should be used instead. Files without a "#!" line will be of type "sh" even though they may have a ".bash" suffix. This commit fixes the problem by checking for buffer-local shell type variables (set by Vim) before falling back to the file type. | |||
2020-11-02 | Use the proper term for the "#!" line | Jason Franklin | |
2020-11-02 | Remove a noise comment | Jason Franklin | |
2020-11-01 | Merge branch 'custom-erlc-executable' | pinicarus | |
2020-10-28 | test(erlang/erlc): simplify matches | pinicarus | |
2020-10-28 | test(erlang/erlc): make quotes optional in matches | pinicarus | |
2020-10-28 | feat(erlang/erlc): add option for custom executable | pinicarus | |
2020-10-23 | feat: add autoimport fixer | Lyz | |
2020-10-23 | Add ormolu fixer. | David Wood | |
This commit adds a fixer for the Haskell language, ormolu (https://github.com/tweag/ormolu). Signed-off-by: David Wood <david@davidtw.co> | |||
2020-10-20 | Add Ruby sorbet option to enable watchman | Will Leinweber | |
2020-10-19 | add sbt as a suggested filetype for scalafmt fixer | StephenWithPH | |
2020-10-16 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-10-15 | Make the two nearly identical Swift tools easier to distinguish | w0rp | |
2020-10-15 | #3332 Implement :ALERename! for ignoring errors | w0rp | |
:ALERename! now ignores errors for files that cannot be modified, and modifies all other files. | |||
2020-10-15 | Fix sorting of supported tools | w0rp | |
2020-10-15 | Update FindProjectRootIni with poetry.lock and pyproject.toml | ecly | |
2020-10-09 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-10-08 | update tests | D. Ben Knoble | |
2020-10-08 | Merge remote-tracking branch 'origin/master' into fix-swipl | D. Ben Knoble | |
* origin/master: Add tests for maven.vim file Fix grammatical error in doc Add maven helper file; use maven wrapper if available instead of global 'mvn' executable fix lint, fix variable semantics and update tests bibclean: update matchlist reges for bibclean > v2.11.4 Update rubocop_auto_correct_all tag | |||
2020-10-08 | dafny: include correct filename in lint results | D. Ben Knoble | |
Results can come from included files, not just the current buffer. | |||
2020-10-03 | Use stdin/stdout to communicate with gofmt | Andrey Popp | |
2020-10-03 | refactor(erlang/dialyzer): simplify option handling | pinicarus | |
2020-10-02 | Fix typo in ale-python.txt | rgossiaux | |
2020-10-02 | Merge pull request #3374 from fenuks/maven_helper | Horacio Sanson | |
Use maven wrapper if available | |||
2020-10-02 | Add tests for maven.vim file | fenuks | |
2020-10-02 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-10-01 | docs(erlang/dialyzer): change wording a bit | pinicarus | |
2020-10-01 | prolog/swipl: add blank line after call | D. Ben Knoble | |
Though I do not see this specified or followed anywhere else | |||
2020-10-01 | prolog/swipl: add test for new format | D. Ben Knoble | |
2020-10-01 | prolog/swipl: address linter feedback | D. Ben Knoble | |
This actually caught a bug where I forgot to rename the function | |||
2020-10-01 | prolog/swipl: update error format for new version | D. Ben Knoble | |
A recent(?) update to swipl changed the error format from Warning: some.pl:2: Singleton variables: [Y] to Warning: some.pl:2: Warning: Singleton variables: [Y] The old error handler doesn't report the correct line numbers and messages on the old format. I've chosen to add a function that covers the second case and detect it, rather than rewrite the current function. This way, both versions should be able to live together. --- Example file that demonstrates the issue (some.pl above): ``` % vim: ft=prolog ii(X, Y) :- X. ``` --- | |||
2020-10-01 | Merge pull request #3375 from isaif/fix-doc | Horacio Sanson | |
Fix grammatical error in doc | |||
2020-10-01 | Fix grammatical error in doc | isaif | |
2020-09-30 | feat(erlang/dialyzer): add custom options passing | pinicarus | |
2020-09-30 | Add maven helper file; use maven wrapper if available instead of global ↵ | fenuks | |
'mvn' executable | |||
2020-09-28 | Merge pull request #3367 from bratekarate/update-bibclean | Horacio Sanson | |
bibclean: update matchlist reges for bibclean > v2.11.4 | |||
2020-09-26 | fix lint, fix variable semantics and update tests | bratekarate | |
2020-09-26 | Merge pull request #3284 from resong/bug/duplicateTag | Horacio Sanson | |
Update ale_ruby_rubocop_auto_correct_all tag | |||
2020-09-26 | bibclean: update matchlist reges for bibclean > v2.11.4 | bratekarate | |
2020-09-25 | fix(ale_linters/phpcs): add support for multiline error messages | Marcus Zanona | |
2020-09-25 | dhall alias | toastal | |
2020-09-18 | Improves fixer performance for large buffers | Łukasz Woźniak | |
2020-09-17 | fix: test: mkdir should create if it doesn't exist | Arnold Chand | |
2020-09-17 | fix: tests | Arnold Chand | |
2020-09-17 | feat: add intelephense support for php | Arnold Chand | |
2020-09-14 | Collapse spaces and lines in the completion menu. | Raphael Nepomuceno | |
2020-09-14 | Fix wording in Rust doc | Arthur Arnold | |