From 9590a78e1c981a3a25257eff4fec06ceada57c93 Mon Sep 17 00:00:00 2001 From: Matteo Campinoti Date: Thu, 30 Nov 2023 12:33:11 +0100 Subject: [PATCH] fileformats:* - change minimum binary size to 512 bytes --- fileformats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fileformats.yml b/fileformats.yml index 94ecfee..db0abe7 100644 --- a/fileformats.yml +++ b/fileformats.yml @@ -4,7 +4,7 @@ ignore: reason: "" ignore_if: - - binary_size: 1024 + - binary_size: 512 reason: "Binary file is too small" - size: 32 reason: "File is too small"