add missing linters to help linter

This commit is contained in:
Andriamanitra
2025-02-07 23:56:25 +02:00
parent 728526682e
commit b9f1fc8da2

View File

@@ -9,6 +9,7 @@ following filetypes and linters:
* **c++**: g++ * **c++**: g++
* **d**: dmd * **d**: dmd
* **go**: go build * **go**: go build
* **go**: go vet
* **haskell**: hlint * **haskell**: hlint
* **java**: javac * **java**: javac
* **javascript**: jshint * **javascript**: jshint
@@ -16,12 +17,16 @@ following filetypes and linters:
* **literate**: lit * **literate**: lit
* **lua**: luacheck * **lua**: luacheck
* **nim**: nim * **nim**: nim
* **nix**: nix-linter
* **objective-c**: clang * **objective-c**: clang
* **python**: pyflakes * **python**: flake8
* **python**: mypy * **python**: mypy
* **python**: pyflakes
* **python**: pylint * **python**: pylint
* **python**: ruff * **python**: ruff
* **rust**: cargo clippy
* **shell**: shfmt * **shell**: shfmt
* **shell**: shellcheck
* **swift**: swiftc (MacOS and Linux only) * **swift**: swiftc (MacOS and Linux only)
* **yaml**: yamllint * **yaml**: yamllint