aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
6 dayssbolint: canonicalize pypi URLs.B. Watson
6 daysBump VERSION to 0.9.6.B. Watson
6 daysUpdate NEWS.B. Watson
7 dayssbolint: warn on typoed variable names: SLCKFLAGS, PRGMAN, PGKB. Watson
12 daysUpdate NEWS.B. Watson
12 dayssbopkglint: check for binaries that need too new of a glibc.B. Watson
2026-07-12sbolint: Only allow one .info file in the SlackBuild dir.B. Watson
2026-07-12sbolint: restore git commit hash checking (old version worked better).B. Watson
2026-07-12update_sbtxt.pl: don't trip over any extra .info files (e.g. libretro).B. Watson
2026-06-09Tweak commit hash detection in check_github_url() again.B. Watson
2026-06-08Allow >72 char lines in README if prefixed with a "$ " or "# " (commands, ↵B. Watson
with prompt).
2026-06-08Better detection of git hashes.B. Watson
2026-06-03Update docs.B. Watson
2026-06-03Do not enforce 755 perms on the .SlackBuild when linting a tarball.B. Watson
2026-05-24github tag min length now 7 (was 6).B. Watson
2026-05-23Demote CRLF in diff/patch to a note. Possibly it should go away entirely.B. Watson
2026-05-23Do not complain about no newline at EOF for patch/diff files.B. Watson
2026-05-21Update version to 0.9.5.0.9.5B. Watson
2026-05-21Update NEWS.B. Watson
2026-05-21Add check for leading or trailing blank lines in README, per mailing list.B. Watson
2026-04-30Update NEWS.0.9.4B. Watson
2026-04-30Bump version to 0.9.4.B. Watson
2026-04-30Use custom explodepkg replacement that actually reports errors (such as, ↵B. Watson
disk full).
2026-04-23Add check for files you maybe forgot to add to git, add tab and carriage ↵B. Watson
return check for .info files.
2025-09-28sbofixinfo: fix URL indentation. thanks for fsLeg for the bug report and patch.B. Watson
2024-11-05sbopkglint: tighten up .pc file checksB. Watson
2024-11-04sbopkglint: add pkgconfig checking.B. Watson
2024-11-04sbopkglint: add pkgconfig dirs to fileonlydirs and noexecdirs.B. Watson
2024-11-04sbopkglint: print "--- ERR:" before error messages.B. Watson
2024-10-11Update version to 0.9.3.0.9.3B. Watson
2024-10-11Update NEWS.B. Watson
2024-10-09sbolint: improve chown checking.B. Watson
2024-10-09sbolint: tighten up chown . checking (still not happy with it).B. Watson
2024-10-09sbolint: complain about chown with . instead of :B. Watson
2024-10-08sbolint: exempt github gists (and raw) URLs from check.B. Watson
2024-10-08sbopkglint: complain louder if an empty /bin /usr/bin /sbin /usr/sbin exists.B. Watson
2024-10-08sbopkglint: exempt /lib/firmware and /usr/share/alsa/firmware from ELF checks.B. Watson
2024-10-08update TODO.B. Watson
2024-10-08sbopkglint: allow /usr/dict.B. Watson
2024-08-08sbodl: disable content-disposition for sourceforge.netB. Watson
2024-08-07"make install" wasn't installing sbodl or NEWS, derp.0.9.2.1B. Watson
2024-08-07update_sbtxt.pl: fix spelling in comments.B. Watson
2024-08-07update_sbtxt.pl: renamed from update_sbtext.pl (derp).B. Watson
2024-08-07update_sbtext.pl: added. not installed by default since it's pretty ↵B. Watson
niche-market.
2024-08-06Update NEWS for 0.9.2.0.9.2B. Watson
2024-08-06sbolint: *really* stop complaining about refs/tags in github URLs.B. Watson
2024-08-060.9.2 release.B. Watson
2024-08-06sbolint: add -N/--notes-as-warnings option.B. Watson
2024-08-06sbolint: stop complaining about refs/tags in github URLs.B. Watson
2024-08-03sbolint: detect scripts that do no error-checking.B. Watson