diff options
Diffstat (limited to 'util/lint')
-rwxr-xr-x | util/lint/lint-007-checkpatch | 1 | ||||
-rwxr-xr-x | util/lint/lint-stable-004-style-labels | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/util/lint/lint-007-checkpatch b/util/lint/lint-007-checkpatch index a9cf782885..f8a8095e39 100755 --- a/util/lint/lint-007-checkpatch +++ b/util/lint/lint-007-checkpatch @@ -17,6 +17,7 @@ INCLUDED_FILES='.*\.[ch]\|Kconfig.*$' EXCLUDED_DIRS="^payloads/libpayload/util/kconfig\|\ ^payloads/libpayload/curses/PDCurses\|\ +^src/vendorcode/wuffs\|\ ^util/coreboot-configurator\|\ ^util/crossgcc/patches\|\ ^util/inteltool\|\ diff --git a/util/lint/lint-stable-004-style-labels b/util/lint/lint-stable-004-style-labels index 2418cdf249..dbb10acd28 100755 --- a/util/lint/lint-stable-004-style-labels +++ b/util/lint/lint-stable-004-style-labels @@ -14,5 +14,6 @@ LINTDIR="$( ${FIND_FILES} | \ grep "^src/.*\.[csS]$" | \ + grep -v "^src/vendorcode/wuffs/" | \ xargs grep -Hn '^[[:space:]][[:space:]]*[a-z][a-z]*:[[:space:]]*$' | \ grep -v "[^a-z_]default:" |