riscy / melpazoid

A bundle of CI scripts for testing Emacs packages, primarily submissions to MELPA.
GNU General Public License v3.0
81 stars 17 forks source link

Fix switched not/null in melpazoid-check-misc #10

Closed leotaku closed 4 years ago

leotaku commented 4 years ago

It seems to me like the "(unless (null " and "(unless (not " regexps were accidentally switched around here, as they do not match their associated messages. This PR fixes said problem.

riscy commented 4 years ago

Nice, thanks. :)