diff --git a/utils/ci/check_compliance.py b/utils/ci/check_compliance.py index ce271319..826af374 100644 --- a/utils/ci/check_compliance.py +++ b/utils/ci/check_compliance.py @@ -458,7 +458,7 @@ class BinaryFiles(ComplianceTest): path_hint = "" def run(self): - BINARY_ALLOW_PATHS = ("doc/", "boards/", "samples/") + BINARY_ALLOW_PATHS = ("doc/", "boards/", "samples/", "server/django/staticfiles/img/") # svg files are always detected as binary, see .gitattributes BINARY_ALLOW_EXT = (".jpg", ".jpeg", ".png", ".svg", ".webp")