summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-03-30 20:28:43 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-03-30 20:28:43 +0300
commit9cc42a33e4e08ab88b517321102c2f832c1202c8 (patch)
tree9bcf97f7b58a9fd2ec3430d114fb3b6d9eba1d73 /scripts
parent7673023608b1b4c7d21222d87adce4f735d3bb6e (diff)
downloadProject-Tick-9cc42a33e4e08ab88b517321102c2f832c1202c8.tar.gz
Project-Tick-9cc42a33e4e08ab88b517321102c2f832c1202c8.zip
NOISSUE changed dependency quazip to libarchive
This patch focused on the changed dependency quazip to libarchive and updated Blocked Mods on curseforge to added new dialog to blocked mods downloaded on web browser and fixed many minimal issues Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkpatch.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 3555120a43..43098ca2e6 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -313,10 +313,9 @@ sub main {
}
# Exit code based on results
+ # Warnings alone do not cause a non-zero exit
if ($g_error_count > 0) {
exit(1);
- } elsif ($g_warn_count > 0) {
- exit(2);
}
exit(0);
}