diff options
Diffstat (limited to 'pkgtools/pkglint4/DESCR')
-rw-r--r-- | pkgtools/pkglint4/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgtools/pkglint4/DESCR b/pkgtools/pkglint4/DESCR new file mode 100644 index 00000000000..bff78e0924e --- /dev/null +++ b/pkgtools/pkglint4/DESCR @@ -0,0 +1,7 @@ +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. |