[coreboot-gerrit] New patch to review for coreboot: 35b53c2 lint whitespace: exclude cbfstool/fmd_scanner.* files from the lint test.

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Sun May 17 14:05:12 CEST 2015


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10234

-gerrit

commit 35b53c2d5ee6100794610218337b3f57ccd42705
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Sun May 17 14:00:51 2015 +0200

    lint whitespace: exclude cbfstool/fmd_scanner.* files from the lint test.
    
    Change-Id: I8da1fa77e3ff21950c141337111316783e1d6ebc
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 util/lint/lint-stable-003-whitespace | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/util/lint/lint-stable-003-whitespace b/util/lint/lint-stable-003-whitespace
index f13aa98..6537e89 100755
--- a/util/lint/lint-stable-003-whitespace
+++ b/util/lint/lint-stable-003-whitespace
@@ -19,6 +19,5 @@
 # DESCR: Check for superfluous whitespace in the tree
 
 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$)"` | \
+grep -l "[[:space:]][[:space:]]*$" `git ls-files src util |egrep -v "(^3rdparty|^src/vendorcode/|^util/cbfstool/fmd_scanner.*|^util/kconfig/|^util/nvidia/cbootimage$|\<COPYING\>|\<LICENSE\>|\<README\>|_shipped$|\.patch$|\.bin$|\.hex$)"` | \
 	sed -e "s,^.*$,File & has lines ending with whitespace.,"
-



More information about the coreboot-gerrit mailing list