summaryrefslogtreecommitdiff
path: root/ale_linters
AgeCommit message (Collapse)Author
2021-01-25Merge pull request #3227 from Ma27/nixunstable-error-fmtHoracio Sanson
Update error-parser for `nix-instantiate` on Nix 2.4+
2021-01-24Update 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-24fix(eclipselsp): org.eclipse.equinox.launcher_xxxx.jar file matching failedNiBo
2021-01-24Merge pull request #3557 from benknoble/dafny-filename-againHoracio Sanson
dafny: update filename handling
2021-01-23dafny: update filename handlingD. Ben Knoble
cf. #3475, #3390
2021-01-23Merge branch 'master' into fix-swiplD. 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-23swipl: style fixD. Ben Knoble
2021-01-23Merge pull request #3556 from jD91mZM2/rnixHoracio Sanson
Add rnix-lsp for Nix diagnostics and completion
2021-01-23Add rnix-lsp for Nix diagnostics and completionjD91mZM2
2021-01-23Merge pull request #3424 from maxice8/atoolsHoracio Sanson
Add support for Alpine Linux APKBUILD
2021-01-23add spectral support for jsontatsuya
2021-01-23add spectral handlertatsuya
2021-01-23add spectral linter for yamltatsuya
ci
2021-01-23Merge pull request #3533 from motato1/masterHoracio Sanson
Deno support for LSP and fixer
2021-01-23Merge pull request #2825 from thindil/masterHoracio Sanson
Added support for Ada Language Server
2021-01-22feat: Add Deno lsp supportMohammed Chelouti
2021-01-22Add linters for apkbuild-lint and secfixes-check from atoolsLeo
2021-01-23Merge pull request #3551 from fenuks/bugfix-3506Horacio Sanson
Fix clang-tidy ignoring compile-commands.json
2021-01-22Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2021-01-22Fix typosNelson Yeung
2021-01-22Add support for standalone filesNelson Yeung
2021-01-22Fix linting errorsNelson Yeung
2021-01-22Add dart analysis server linterNelson Yeung
2021-01-23Merge pull request #3519 from atsuya/feature/support-vala-lintHoracio Sanson
Add support for Vala-Lint
2021-01-22linters/xo: prefer function shorthandCharles B Johnson
2021-01-22xo: inline filetype handlingCharles B Johnson
2021-01-22linters/xo: consolidate xo lintersCharles B Johnson
2021-01-23use snake case for linter nameAtsuya Takagi
2021-01-23decide whether or not to run with config file based on the presence of ↵Atsuya Takagi
config filename value
2021-01-23allow setting vala-lint executableAtsuya Takagi
2021-01-23add a blank line before if statementAtsuya Takagi
2021-01-23use ale#Set for setting default config variable valuesAtsuya Takagi
2021-01-23support flags for enable/disable configAtsuya Takagi
2021-01-23expect warn or errorAtsuya Takagi
2021-01-23find and use vala-lint config if existsAtsuya Takagi
2021-01-23use the correct regex to match the escape sequences...Atsuya Takagi
2021-01-23fix the wrong variable nameAtsuya Takagi
2021-01-23escape color sequencesAtsuya Takagi
2021-01-23test my hypotethisAtsuya Takagi
2021-01-23specify a filename of the current bufferAtsuya Takagi
2021-01-23be precise about output_streamAtsuya Takagi
2021-01-23add initial filesAtsuya Takagi
2021-01-22Fix linter errorHoracio Sanson
2021-01-22Fix clang-tidy ignoring compile_commands.jsonfenuks
2021-01-22Add yamllint and prettier to openapi.Horacio Sanson
This commit enables yamllint and prettier on openapi files.
2021-01-22Fix 2777 - Add IBM openapi validatorHoracio Sanson
2021-01-22Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2021-01-20prolog/swipl: simplify with @hsanson's suggestionsHoracio Sanson
https://github.com/dense-analysis/ale/pull/3377#issuecomment-763628447
2021-01-20Merge pull request #3475 from benknoble/dafny-include-timeoutsHoracio Sanson
dafny: add a timeLimit option and message-parsing
2021-01-20Merge pull request #3453 from blinsay/blinsay/rust-analyzer-lspHoracio Sanson
pass lsp intialization_options to rust-analyzer