Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-14 | #4607 No conflicts with nvim-lspconfig by default | w0rp | |
Default `g:ale_disable_lsp` to a new mode `'auto'` by default. With this setting applied, ALE will now check for the presence of nvim-lspconfig and automatically turn off particular LSP linters if already configured via nvim-lspconfig. For users that do not use `nvim-lspconfig`, everything should work as before. | |||
2021-03-01 | Close #2281 - Separate cwd commands from commands | w0rp | |
Working directories are now set seperately from the commands so they can later be swapped out when running linters over projects is supported, and also better support filename mapping for running linters on other machines in future. | |||
2020-07-21 | Merge pull request #3119 from hsanson/2269-ktlint-stdin-support | w0rp | |
Fix 2269 - use ktlint stdin. | |||
2020-04-18 | Fix 2269 - use ktlint stdin. | Horacio Sanson | |
Use stdin flag instead of temporary files. This allows ktlint to work with .editorconfig files. | |||
2020-03-06 | Fix 3011 - not catching kotlinc output on stderr | Tho Nguyen Duc | |
2019-04-15 | Fix #2440 - Fix the kotlinc command when Maven and Gradle are missing | w0rp | |
2019-04-07 | #2132 - Replace command_chain and chain_with with ale#command#Run | w0rp | |
2019-02-22 | #2132 - Replace all uses of foo_callback with foo | w0rp | |
2019-02-06 | Update syntax checking | w0rp | |
* Line continuation characters should be on the same lines. * .vim file line indentation should be a multiple of 4. | |||
2019-01-20 | Add ktlint fixer support. | Michael Phillips | |
2018-09-04 | Improve ALE project style checking | w0rp | |
* The project style linter now runs while you type. * Now the scripts for checking the project require blank lines. * Many style issues have been found and fixed. | |||
2018-08-24 | Fix #1844 - Make the kotlin languageserver linter work again | w0rp | |
2018-08-02 | Simplify the code for most linters and tests with closures | w0rp | |
2018-07-15 | Add kotlin language server support (#1725) | MTDL9 | |
* Add kotlin languageserver linter definition * Added kotlin languageserver references in docs, fix missing !! on other linters * Added Vader tests for root path detection in Kotlin Language Server | |||
2017-08-11 | Ban !=# and !=? from the codebase | w0rp | |
2017-08-08 | Ban use of ==# or ==? in the codebase, and prefer is# or is? instead | w0rp | |
2017-07-10 | Kotlin and general Gradle support. (#745) | Michael Pardo | |
2017-06-24 | #681 Show extra kotlin errors at line 1 | w0rp | |
2017-06-19 | #662 Fix kotlinc configuration name escaping | w0rp | |
2017-06-02 | Add ktlint support (without formatting) for kotlin filetype (#610) | Francis Agyapong | |
* Add ktlint support (without formatting) for kotlin filetype * Fix code style and refactor to use ALE utility functions (GetMatches) * Remove options for configuration file * Refactor: Rename exec variable and use ale#Set for variable configuration | |||
2017-05-27 | kotlin linter support for maven/pom.xml | Paolo Gavocanov | |
2017-05-12 | #549 Temporarily revert shell escaping changes, just for Windows | w0rp | |
2017-05-08 | #540 Fix shell escaping pretty much everywhere | w0rp | |
2017-05-02 | Add kotlinc checker for kotlin (#526) | Francis Agyapong | |
* Add kotlinc checker for kotlin |