pkgsrc/pkgtools/pkglint4/DESCR
gdt 2e77121e33 pkgtools/pkglint*: Update DESCR to explain differences
Note that pkglint is current and pkglint4 is old, and that both are
present due to go portability issues.
2019-04-28 13:38:23 +00:00

11 lines
488 B
Text

pkglint is for pkgsrc packages what lint(1) is for C files. It checks
for various things that the used languages cannot detect, for example
application-specific restrictions on certain variables.
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.
This is the old version of pkglint. It remains because the current
version is written in go and thus does not run on all pkgsrc
platforms.