Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-01-14 | Merge pull request #3471 from kevinclark/3448-fix-unittests | w0rp | |
Make test/scripts/custom-checks portable | |||
2021-01-14 | Add nvim floating window support (replaces #3314) (#3470) | Kevin Clark | |
* Add nvim floating window hover support * Add configuration for float to replace preview * preview#ShowFloating: qualify local variables * Configure floating preview usecases individually Also: * Extract floating preview to its own file. * Ignore 'stay_here' option. Moving into the floating preview window seems confusing at best. * Re-use existing floating preview window if it's still up. * Flush out floating preview documentation. * Watch cursor position changes per window Floating previews open a new window, so when that window is written to, it moves briefly there at a different position than the original window. This makes repeated positions detected when positions are tracked at a s: level. Instead, we change the variable to window scoped, which only fires a message if the cursor has changed from the last position in *that window*. * g:ale_floating_preview cleanup * floating_preview: add ALEDetail tests * Fix fecs test missing runtime call * Add ALEHover floating preview tests Co-authored-by: Jan-Grimo Sobez <jan-grimo.sobez@phys.chem.ethz.ch> | |||
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-08 | Merge pull request #3386 from ivorpeles/master | Horacio Sanson | |
Make isort fixer recognize auto_pipenv flag | |||
2021-01-06 | Merge pull request #3390 from benknoble/fix-dafny-filename | Horacio Sanson | |
dafny: include correct filename in lint results | |||
2021-01-01 | Exclude grandfathered-in non-snakecased lints | Kevin Clark | |
Prior to #3448, several linters should have been failing the custom-checks that look for non-snake-cased lint names. They weren't, but now the bug that hid those is fixed. So to avoid breaking users, we just exclude those from the check. Linters excluded: * clojure/clj_kondo.vim * elixir/elixir_ls.vim * go/golangci_lint.vim * swift/swiftformat.vim | |||
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. | |||
2020-12-21 | Add tests for -imacros C flag | Manoel Brunnen | |
2020-12-21 | merging master | toastal | |
2020-12-18 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-12-17 | Add salt-lint support | Benjamin Binier | |
2020-12-16 | Merge pull request #3403 from will/sorbetwatchman | Horacio Sanson | |
Add Ruby sorbet option to enable watchman |