Tutorials
Important
lintkit
is a Python framework to quickly create custom linters, while flexible enough for complex checks.
It is advised to follow (or skim) all the tutorials in this section in the following order:
- Basic tutorial showcasing
lintkit
capabilities - Configuring linter via
loadfig
⧉ (or other tool); continuation of basic tutorial - Advanced linter for Python code
- File linters; continuation of advanced tutorial
Afterwards you might want to check API Reference. You might also be interested in nudger
⧉, which is an opennudge
⧉ concrete linter utilising lintkit
.