HAOUAS Elyes (ehaouas@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@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@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.," -