Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | feat: Add Deno lsp support | Mohammed Chelouti | |
2021-01-22 | Add linters for apkbuild-lint and secfixes-check from atools | 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 | Fix typos | Nelson Yeung | |
2021-01-22 | Add support for standalone files | Nelson Yeung | |
2021-01-22 | Fix linting errors | Nelson Yeung | |
2021-01-22 | Add dart analysis server linter | 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: prefer function shorthand | Charles B Johnson | |
2021-01-22 | xo: inline filetype handling | Charles B Johnson | |
2021-01-22 | linters/xo: consolidate xo linters | Charles B Johnson | |
2021-01-23 | use snake case for linter name | Atsuya Takagi | |
2021-01-23 | decide whether or not to run with config file based on the presence of ↵ | Atsuya Takagi | |
config filename value | |||
2021-01-23 | allow setting vala-lint executable | Atsuya Takagi | |
2021-01-23 | add a blank line before if statement | Atsuya Takagi | |
2021-01-23 | use ale#Set for setting default config variable values | Atsuya Takagi | |
2021-01-23 | support flags for enable/disable config | Atsuya Takagi | |
2021-01-23 | expect warn or error | Atsuya Takagi | |
2021-01-23 | find and use vala-lint config if exists | Atsuya Takagi | |
2021-01-23 | use the correct regex to match the escape sequences... | Atsuya Takagi | |
2021-01-23 | fix the wrong variable name | Atsuya Takagi | |
2021-01-23 | escape color sequences | Atsuya Takagi | |
2021-01-23 | test my hypotethis | Atsuya Takagi | |
2021-01-23 | specify a filename of the current buffer | Atsuya Takagi | |
2021-01-23 | be precise about output_stream | Atsuya Takagi | |
2021-01-23 | add initial files | Atsuya Takagi | |
2021-01-22 | Fix linter error | Horacio Sanson | |
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 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2021-01-20 | prolog/swipl: simplify with @hsanson's suggestions | Horacio Sanson | |
https://github.com/dense-analysis/ale/pull/3377#issuecomment-763628447 | |||
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 #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 | |
2021-01-14 | Update the Docker image; fix an error | w0rp | |
2021-01-13 | Merge pull request #3494 from YorickPeterse/master | Horacio Sanson | |
Add linter for Inko | |||
2021-01-13 | Merge pull request #3531 from pinicarus/custom-erlc-executable | Horacio Sanson | |
Custom erlc executable | |||
2021-01-08 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2021-01-06 | Merge pull request #3390 from benknoble/fix-dafny-filename | Horacio Sanson | |
dafny: include correct filename in lint results | |||
2021-01-05 | Merge pull request #3491 from Poulpatine/salt-lint | Horacio Sanson | |
Add salt-lint support | |||
2021-01-04 | fix: proper initialization options call in php intelephense | ttys3 | |
2021-01-01 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-12-28 | Merge pull request #3467 from fwy/bugfix-checkstyleRegexpNvimWin32 | Horacio Sanson | |
Fix checkstyle regexp pattern to work correctly in NVim on Windows | |||
2020-12-23 | Add linter for Inko | Yorick Peterse | |
This adds a linter for Inko (https://inko-lang.org/). The linter makes use of Inko's own compiler, and a newly introduced --check flag to only check for errors; instead of also compiling source code. |