Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rillig/pkglint

Verifier for pkgsrc packages
https://github.com/rillig/pkglint

lint makefile pkgsrc shell

Last synced: about 1 month ago
JSON representation

Verifier for pkgsrc packages

Awesome Lists containing this project

README

        

[![codecov](https://codecov.io/gh/rillig/pkglint/branch/master/graph/badge.svg)](https://codecov.io/gh/rillig/pkglint)

pkglint detects common mistakes and stylistic issues in
[pkgsrc](https://www.pkgsrc.org/) package definitions.
It produces warnings, errors and notes and, upon request, explains them.

Before importing a new package or making changes to an existing package,
pkglint should be run in the package's directory to check for common
errors.

----

For an introduction to programming and extending pkglint,
see [The pkglint tour](v23/codewalk.md).