Skip to content

Commit 4845a74

Browse files
workflows: checkpatch: exclude BinaryFiles
Exclude BinaryFiles check as this fails on SoftDevice PRs. There is no good way to exclude certain folders or filetypes except what is specified directly in the Zephyr check_compliance.py script. Alternative would be to merge all SoftDevice PRs with red compliance. Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
1 parent 23327ea commit 4845a74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compliance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
-e KconfigBasicNoModules -e ClangFormat \
7676
-e SysbuildKconfigBasicNoModules \
7777
-e LicenseAndCopyrightCheck \
78+
-e BinaryFiles
7879
-c origin/${BASE_REF}..
7980
8081
- name: upload-results

0 commit comments

Comments
 (0)