Skip to content

Commit

Permalink
Update check_compliance.py
Browse files Browse the repository at this point in the history
Add the "server/django/staticfiles/img/" directory.

Signed-off-by: Akarshan Kapoor <data.akarshan@icloud.com>
  • Loading branch information
Kappuccino111 committed Jun 27, 2024
1 parent 11b813d commit a3e1e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/ci/check_compliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ class BinaryFiles(ComplianceTest):
path_hint = "<git-top>"

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")

Expand Down

0 comments on commit a3e1e0d

Please sign in to comment.