summaryrefslogtreecommitdiffstats
path: root/system/sbo-maintainer-tools/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/sbo-maintainer-tools/README')
-rw-r--r--system/sbo-maintainer-tools/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/sbo-maintainer-tools/README b/system/sbo-maintainer-tools/README
new file mode 100644
index 0000000000..a8e6655a5b
--- /dev/null
+++ b/system/sbo-maintainer-tools/README
@@ -0,0 +1,10 @@
+sbo-maintainer-tools (sbolint and sbopkglint for SBo maintainers)
+
+These are "lint" tools to make life easier for SlackBuilds.org
+maintainers and admins:
+
+sbolint: checks your SlackBuild, README, .info file, and slack-desc.
+sbopkglint: checks your package, after it's built.
+sbofixinfo: attempts to fix common problems with SBo .info files.
+pre-commit-sbolint: git hook you should use, that automatically calls
+sbolint and stops you from committing bad code.