Aamir Bohra has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37807 )
Change subject: util/lint: Provide some exemption to common parts of a vendor's MB ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37807/2/util/lint/lint-stable-005-b... File util/lint/lint-stable-005-board-status:
https://review.coreboot.org/c/coreboot/+/37807/2/util/lint/lint-stable-005-b... PS2, Line 20: if [[ ${mobodir} =~ ^src/mainboard/.*/common$ ]]; then : continue : fi I based https://review.coreboot.org/c/coreboot/+/37705/5 on top of this CL, the lint check fails for it. Does the path needs to be src/mainboard/[^/]*/common instead?