Skip to content

Commit 16a128e

Browse files
peknisgmarull
authored andcommitted
compliance: extend image exclusions in the checker
The checker still checked images that were deeper in the path. Extending the exclusion. Ref: nrfconnect#10772 Signed-off-by: Pekka Niskanen <pekka.niskanen@nordicsemi.no>
1 parent 741b788 commit 16a128e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.checkpatch.conf

+2
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@
4242
--exclude doc/nrf/images
4343
--exclude doc/nrf/.*/images
4444
--exclude doc/nrf/.*/.*/images
45+
--exclude doc/nrf/.*/.*/.*/images
46+
--exclude doc/nrf/.*/.*/.*/.*/images
4547
--exclude applications/nrf5340_audio/src/utils/macros
4648
--exclude lib/bin/lwm2m_carrier/include

0 commit comments

Comments
 (0)