From a86425bd8bb719061250ea91da30a83d65960f3b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 28 May 2023 05:03:16 -0400 Subject: sbolint, sbopkglint: add paragraph about exceptions. --- sbolint | 6 ++++++ sbopkglint | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/sbolint b/sbolint index bfa3de6..da5318e 100755 --- a/sbolint +++ b/sbolint @@ -39,6 +39,12 @@ B doesn't check built packages, and never executes the build script. If you want a lint tool for binary Slackware packages, use B. +Note that B is intended to help you, not control you. If +your build fails the tests, and you're 100% sure it's correct, please +contact the maintainer (B) and explain the +situation. Most likely, B will be modified to accomodate your +code, unless something really is wrong with it. + =head1 OPTIONS Do not bundle options. Use e.g. B<-q -r>, not B<-qr>. diff --git a/sbopkglint b/sbopkglint index 25ed14c..b7648a5 100755 --- a/sbopkglint +++ b/sbopkglint @@ -43,6 +43,12 @@ This script must run as root. If you run it as a normal user, it tries to re-execute itself via sudo(8) before installing any packages. If you dislike sudo, you can always run it as root. +Note that B is intended to help you, not control you. If +your build fails the tests, and you're 100% sure it's correct, please +contact the maintainer (B) and explain the +situation. Most likely, B will be modified to accomodate your +code, unless something really is wrong with it. + =head1 OPTIONS Do not bundle options. Use e.g. B<-k -i>, not B<-ki>. -- cgit v1.2.3