Skip to content

Linting

Umbrella linters

Code linters

Prettier

prettier l.yml
prettier --write l.yml

Repository linters

alint

Install:

stew install asamarts/alint

Create a .alint.yml:

alint init

Run checks:

alint check

repolinter

ls-lint

semgrep

see semgrep.md

Languages

Python

Formats / Markup languages

reStructuredText

rstcheck
  • github
  • Last commit 2020-05. Lint only, cannot format/fix.
  • But it's the only rst linter ALE supports.
Others