Age | Commit message (Collapse) | Author |
|
|
|
|
|
Make drafter linter use stdin instead of writing to tmp file
|
|
Writing to a tmp file is unnecessary as drafter will use stdin if a path
is not provided.
|
|
Add cabal-ghc linter
|
|
|
|
This reverts commit 6c10be8992b9a54e83bab58838c1553d36028c7e.
|
|
|
|
|
|
Add support for Fortran language server by @hansec
|
|
|
|
cabal-ghc calls ghc via cabal exec and so ghc has access to packages
in cabal sandboxes for example
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|