Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-27 | Merge pull request #3425 from pinicarus/custom-dialyzer-options | Horacio Sanson | |
Custom erlang/dialyzer options | |||
2021-01-26 | Feature: Add support for named-pipe sockets for LSPs (#3509) | Kevin Svetlitski | |
* Add support for using named pipes for lsp 'socket' servers; documentation updated accordingly * Add tests for connecting to named pipe sockets | |||
2021-01-25 | Merge pull request #3227 from Ma27/nixunstable-error-fmt | Horacio Sanson | |
Update error-parser for `nix-instantiate` on Nix 2.4+ | |||
2021-01-24 | Update error-parser for `nix-instantiate` on Nix 2.4+ | Maximilian Bosch | |
In the (unreleased) Nix 2.4 the error-messages have been reformatted[1]. This patch aims to retain proper `.nix`-support in `ale`, for both stable Nix (2.3 and older) and unstable Nix (2.4 and newer). [1] https://github.com/NixOS/nix/pull/3590 | |||
2021-01-24 | Merge pull request #3557 from benknoble/dafny-filename-again | Horacio Sanson | |
dafny: update filename handling | |||
2021-01-23 | refactor(erlang/dialyzer): remove file placeholder from options | Pierre-Nicolas Clauss | |
Signed-off-by: Pierre-Nicolas Clauss <pinicarus@protonmail.com> | |||
2021-01-23 | Merge remote-tracking branch 'upstream/master' | Pierre-Nicolas Clauss | |
Signed-off-by: Pierre-Nicolas Clauss <pinicarus@protonmail.com> | |||
2021-01-23 | dafny: update filename handling | D. Ben Knoble | |
cf. #3475, #3390 | |||
2021-01-23 | Merge branch 'master' into fix-swipl | D. Ben Knoble | |
* master: (133 commits) Add rnix-lsp for Nix diagnostics and completion add spectral support for json add spectral handler add spectral linter for yaml doc: Fix linter issues doc: Add documentation for Deno feat: Add Deno lsp support feat: Add Deno fmt fixer Add document for apkbuild filetype Add tests for atools handler, basic and dealing with Error and Warning Test default linters for apkbuild Document new default linters for apkbuild Make apkbuild_lint and secfixes_check default for apkbuild filetype document support for apkbuild-lint and secfixes-check for apkbuild Add linters for apkbuild-lint and secfixes-check from atools Add handler for the output of atools Fix typos Add command callback tests Add support for standalone files Fix linting errors ... | |||
2021-01-23 | Merge pull request #3556 from jD91mZM2/rnix | Horacio Sanson | |
Add rnix-lsp for Nix diagnostics and completion | |||
2021-01-23 | Add rnix-lsp for Nix diagnostics and completion | jD91mZM2 | |
2021-01-23 | Merge pull request #3521 from hsanson/3498-change-standardrb-fixer-to-use-stdin | Horacio Sanson | |
3498 change standardrb fixer to use stdin | |||
2021-01-23 | Merge pull request #3424 from maxice8/atools | Horacio Sanson | |
Add support for Alpine Linux APKBUILD | |||
2021-01-23 | add spectral handler | tatsuya | |
2021-01-23 | add spectral linter for yaml | tatsuya | |
ci | |||
2021-01-23 | Merge pull request #3533 from motato1/master | Horacio Sanson | |
Deno support for LSP and fixer | |||
2021-01-23 | Merge pull request #2825 from thindil/master | Horacio Sanson | |
Added support for Ada Language Server | |||
2021-01-22 | doc: Add documentation for Deno | Mohammed Chelouti | |
2021-01-22 | feat: Add Deno lsp support | Mohammed Chelouti | |
2021-01-22 | feat: Add Deno fmt fixer | Mohammed Chelouti | |
2021-01-22 | Add tests for atools handler, basic and dealing with Error and Warning | Leo | |
2021-01-22 | Test default linters for apkbuild | Leo | |
2021-01-23 | Merge pull request #3551 from fenuks/bugfix-3506 | Horacio Sanson | |
Fix clang-tidy ignoring compile-commands.json | |||
2021-01-22 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2021-01-22 | Add command callback tests | Nelson Yeung | |
2021-01-23 | Merge pull request #3519 from atsuya/feature/support-vala-lint | Horacio Sanson | |
Add support for Vala-Lint | |||
2021-01-22 | linters/xo: fix tests | Charles B Johnson | |
2021-01-22 | fixers/xo: remove unnecessary directory crawl | Charles B Johnson | |
2021-01-22 | fixers/xo: support monorepos | Charles B Johnson | |
2021-01-22 | fixers/xo: support stdin relative to the fixed file | Charles B Johnson | |
2021-01-22 | fixers/xo: support typescript options | Charles B Johnson | |
2021-01-22 | fixers/xo: refactor to handlers | Charles B Johnson | |
2021-01-22 | fixers/xo: add tests | Charles B Johnson | |
2021-01-22 | linters/xo: consolidate xo linters | Charles B Johnson | |
2021-01-23 | add test to check if it properly ignores outputs with unknown error types | Atsuya Takagi | |
2021-01-23 | add initial files | Atsuya Takagi | |
2021-01-22 | Fix clang-tidy ignoring compile_commands.json | fenuks | |
2021-01-22 | Add yamllint and prettier to openapi. | Horacio Sanson | |
This commit enables yamllint and prettier on openapi files. | |||
2021-01-22 | Fix 2777 - Add IBM openapi validator | Horacio Sanson | |
2021-01-22 | Update tests | Horacio Sanson | |
2021-01-22 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2021-01-20 | prolog/swipl: cover new format with complex tests | Horacio Sanson | |
https://github.com/dense-analysis/ale/pull/3377#issuecomment-763628447 | |||
2021-01-20 | Merge pull request #3261 from toastal/dhall | Horacio Sanson | |
Enhanced Dhall fixer support | |||
2021-01-20 | Merge pull request #3475 from benknoble/dafny-include-timeouts | Horacio Sanson | |
dafny: add a timeLimit option and message-parsing | |||
2021-01-20 | Merge pull request #3453 from blinsay/blinsay/rust-analyzer-lsp | Horacio Sanson | |
pass lsp intialization_options to rust-analyzer | |||
2021-01-20 | Merge pull request #3430 from mbrunnen/mbn/fix-macros-include-c-flag | Horacio Sanson | |
Add -imacros to C flags | |||
2021-01-20 | Merge pull request #3362 from daliusd/tsserver_hints | Horacio Sanson | |
Show tsserver hints/suggestions in Ale. | |||
2021-01-20 | Merge pull request #3455 from Thau/feat/credo_config_file | Horacio Sanson | |
feat: Adds variable to use custom config file with Elixir Credo | |||
2021-01-16 | Merge pull request #3485 from andreaconti/master | Horacio Sanson | |
Fix Julia Language Server Support | |||
2021-01-15 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |