10 lines
198 B
YAML
10 lines
198 B
YAML
|
# exclude elf check
|
||
|
elf:
|
||
|
exclude_path: ^/lib/firmware/*
|
||
|
|
||
|
# exclude binary firmware files from annocheck entirely
|
||
|
annocheck:
|
||
|
ignore:
|
||
|
- /lib/firmware/*.bin
|
||
|
- /lib/firmware/*/*
|