Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support remark-lint installed locally with new test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pipenv virtualenv and project path detection
|
|
* 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
|
|
|
|
"Pipfile" and "Pipfile.lock" files are also often located in Python module or
package directories and their presence is an okay heuristic for finding project
roots.
|
|
Pipenv doesn't do local virtualenvs by default, it uses a special local
directory to store them all.
However, if you run Pipenv with the PIPENV_VENV_IN_PROJECT environment variable
set to 1, it creates the virtual environment in the root of the project, under
the name ".venv". This is why I've added this as a possible virtualenv dir
name.
|
|
|
|
|
|
Fix E712 error in ale#lsp#response#GetErrorMessage when receiving string primitives in the error.data field
|
|
|
|
|
|
|
|
|
|
|
|
|
|
puppet: Add puppet-languageserver linter
|
|
|
|
|
|
Add flow-language-server
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vue: Add the Vue 'vls' Language Server (#1296)
|
|
|
|
add options variable to isort
|