aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-05-28 05:03:16 -0400
committerB. Watson <urchlay@slackware.uk>2023-05-28 05:03:16 -0400
commita86425bd8bb719061250ea91da30a83d65960f3b (patch)
tree7cf5d461d2d22974476ba880ac8bfe3c26549b8f
parent5d7d78379ac850ce675a21a4831653c00e143432 (diff)
downloadsbo-maintainer-tools-a86425bd8bb719061250ea91da30a83d65960f3b.tar.gz
sbolint, sbopkglint: add paragraph about exceptions.
-rwxr-xr-xsbolint6
-rwxr-xr-xsbopkglint6
2 files changed, 12 insertions, 0 deletions
diff --git a/sbolint b/sbolint
index bfa3de6..da5318e 100755
--- a/sbolint
+++ b/sbolint
@@ -39,6 +39,12 @@ B<sbolint> doesn't check built packages, and never executes the build
script. If you want a lint tool for binary Slackware packages, use
B<sbopkglint>.
+Note that B<sbolint> 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<urchlay@slackware.uk>) and explain the
+situation. Most likely, B<sbolint> 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<sbopkglint> 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<urchlay@slackware.uk>) and explain the
+situation. Most likely, B<sbopkglint> 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>.