mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-06 07:00:24 +09:00
add missing linters to help linter
This commit is contained in:
@@ -9,6 +9,7 @@ following filetypes and linters:
|
||||
* **c++**: g++
|
||||
* **d**: dmd
|
||||
* **go**: go build
|
||||
* **go**: go vet
|
||||
* **haskell**: hlint
|
||||
* **java**: javac
|
||||
* **javascript**: jshint
|
||||
@@ -16,12 +17,16 @@ following filetypes and linters:
|
||||
* **literate**: lit
|
||||
* **lua**: luacheck
|
||||
* **nim**: nim
|
||||
* **nix**: nix-linter
|
||||
* **objective-c**: clang
|
||||
* **python**: pyflakes
|
||||
* **python**: flake8
|
||||
* **python**: mypy
|
||||
* **python**: pyflakes
|
||||
* **python**: pylint
|
||||
* **python**: ruff
|
||||
* **rust**: cargo clippy
|
||||
* **shell**: shfmt
|
||||
* **shell**: shellcheck
|
||||
* **swift**: swiftc (MacOS and Linux only)
|
||||
* **yaml**: yamllint
|
||||
|
||||
|
||||
Reference in New Issue
Block a user