diff options
Diffstat (limited to 'util/lint')
-rwxr-xr-x | util/lint/lint-stable-003-whitespace | 1 | ||||
-rwxr-xr-x | util/lint/lint-stable-005-board-status | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/util/lint/lint-stable-003-whitespace b/util/lint/lint-stable-003-whitespace index 819ef63034..3f600407cc 100755 --- a/util/lint/lint-stable-003-whitespace +++ b/util/lint/lint-stable-003-whitespace @@ -21,4 +21,3 @@ LC_ALL=C export LC_ALL grep -l "[[:space:]][[:space:]]*$" `git ls-files src util |egrep -v "(^3rdparty|^src/vendorcode/|^util/kconfig/|^util/nvidia/cbootimage$|\<COPYING\>|\<LICENSE\>|\<README\>|_shipped$|\.patch$|\.bin$|\.hex$)"` | \ sed -e "s,^.*$,File & has lines ending with whitespace.," - diff --git a/util/lint/lint-stable-005-board-status b/util/lint/lint-stable-005-board-status index 94fc265f45..a00fe0c681 100755 --- a/util/lint/lint-stable-005-board-status +++ b/util/lint/lint-stable-005-board-status @@ -42,4 +42,3 @@ for mobodir in $(git diff --diff-filter ACMR --name-only src/mainboard | sed -n done exit 0 - |