aboutsummaryrefslogtreecommitdiff
path: root/sbolint
diff options
context:
space:
mode:
Diffstat (limited to 'sbolint')
-rwxr-xr-xsbolint4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbolint b/sbolint
index bf4b8ae..2d69b74 100755
--- a/sbolint
+++ b/sbolint
@@ -1671,6 +1671,10 @@ sub check_junkfiles {
log_warning("$file is a build log");
next FILE;
};
+ /\.rej$/ && do {
+ log_warning("$file is a patch reject");
+ next FILE;
+ };
/\.desktop$/ && do {
system("desktop-file-validate $file");
if($? != 0) {