Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-01 | Merge branch 'custom-erlc-executable' | pinicarus | |
2020-10-31 | chang fishindent to fish_indent | cyy | |
2020-10-31 | add doc and test | cyy | |
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-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-02 | Fix typo in ale-python.txt | rgossiaux | |
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 | Fix grammatical error in doc | isaif | |
2020-09-30 | feat(erlang/dialyzer): add custom options passing | pinicarus | |
2020-09-17 | feat: add intelephense support for php | Arnold Chand | |
2020-09-14 | Fix wording in Rust doc | Arthur Arnold | |
2020-09-14 | addressing missing docs + cleaning up older Dhall files | toastal | |
2020-09-14 | Merge branch 'master' into dhall | toastal | |
2020-09-11 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-09-09 | Close #2522 - Check pylint on the fly | w0rp | |
Newer versions of pylint will now check your code as you type. Older versions will still only check the file on disk. Co-authored-by: Oliver Wiegers <oliver.wiegers@gmail.com> | |||
2020-09-08 | Close #3333 - Add an ALECompletePost event | w0rp | |
Add an `ALECompletePost` event along with everything needed to make it useful for its primary purpose: fixing code after inserting completions. * `ALEFix` can now be called with a bang (`!`) to suppress errors. * A new `ALELintStop` command lets you stop linting, and start it later. | |||
2020-09-08 | merge master -- apparently someone else added dhall? | toastal | |
2020-09-07 | Fix typo | Andrew Haust | |
2020-09-06 | Close #3268 - Implement :ALEImport | w0rp | |
A new command, `:ALEImport`, has been added, which lets you import words at your cursor if a completion provider can provide a completion for that word which includes some additional text changes. | |||
2020-09-06 | Add Elvis handler for Erlang | Dmitri Vereshchagin | |
[Elvis][1] is an Erlang style reviewer. [1]: https://github.com/inaka/elvis | |||
2020-09-05 | Clean up embertemplatelint code | w0rp | |
Alias ember-template-lint to embertemplatelint so users can use either string to enable the linter. | |||
2020-09-04 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-08-30 | Run flake8 from project root by default. | Konstantin Alekseev | |
Option `per-file-ignores` was introduced in flake8 version 3.7.0. It allows to ignore specific errors in specific files using glob syntax. For example `per-file-ignores = src/generated/*.py:F401` will ignore `F401` error in all python files in `src/generated`. Thus ale has to run flake8 from project root where .flake8 config is placed otherwise glob won't match linted file. | |||
2020-08-29 | #2107 - Recommend <C-c> instead, which avoids autocmd functions | w0rp | |
2020-08-29 | #2107 - Document completion fallbacks and insert-completion trick | w0rp | |
2020-08-29 | Fix #2971 - Disable automatic completion while 'paste' is active | w0rp | |
2020-08-29 | Fix psalm options. Retry on some test failures | w0rp | |
2020-08-29 | Fix #3247 - Use --always-make for make -n by default | w0rp | |
2020-08-29 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-08-28 | Close #3285 - lint_file is now dynamic | w0rp | |
`lint_file` can now be computed dynamically with a callback function, which can return a deferred result, as per `ale#command#Run`. This allows linters to dynamically switch between checking files on disk, or checking code on the fly. Some tests have been fixed on Windows. | |||
2020-08-28 | Close #3309 - Add b:ale_lint_delay | w0rp | |
2020-08-28 | Add sql-lint to supported tools | w0rp | |
2020-08-28 | #3324 - Enable rls by default | w0rp | |
2020-08-27 | Mention --fast, and document running Windows tests locally | w0rp | |
2020-08-27 | Merge pull request #3310 from pbrisbin/master | w0rp | |
Add dhall-format as a Fixer | |||
2020-08-27 | Fix a typo | w0rp | |
2020-08-27 | #3314 - Tell people how to make new plug mappings | w0rp | |
2020-08-25 | Add dhall-format as a Fixer | patrick brisbin | |
https://github.com/dhall-lang/dhall-lang | |||
2020-08-24 | #2556 - Support modifiers for formatted filenames | w0rp | |
2020-08-23 | Close #2556 - Support filename mapping | w0rp | |
ALE now supports mapping files between different systems for running linters and fixers with Docker, in virtual machines, in servers, etc. | |||
2020-08-21 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-08-20 | #3299 Merge gcc and clang into a cc linter | w0rp | |
Users can easily be confused when they set some options for a C or C++ compiler, and another compiler is run with different options, which still reports errors. To remedy this, the existing `gcc` and `clang` linters have been replaced with a `cc` linter that will run either compiler. This is a breaking change for ALE v3.0.0. |