[coreboot-gerrit] New patch to review for coreboot: Revert "util/lint: Get ready to add util/iotools"

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Wed Oct 12 22:41:05 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17013

-gerrit

commit 3501a4187d02fcee03484c8fed2fab459e2d7040
Author: Martin Roth <martinroth at google.com>
Date:   Wed Oct 12 12:37:27 2016 -0600

    Revert "util/lint: Get ready to add util/iotools"
    
    This reverts commit 9e87cecf853a6891b61e950968f5b1d1dee9666c,
    as util/iotools has been updated to pass the coreboot lint
    tests.
    
    Change-Id: I2318ae2605cfd67289228280301ef5875d468ec9
---
 util/lint/lint-stable-003-whitespace   | 2 +-
 util/lint/lint-stable-009-old-licenses | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/util/lint/lint-stable-003-whitespace b/util/lint/lint-stable-003-whitespace
index 1b7ef78..3dbd473 100755
--- a/util/lint/lint-stable-003-whitespace
+++ b/util/lint/lint-stable-003-whitespace
@@ -15,5 +15,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 "(^util/iotools/|^3rdparty|^src/vendorcode/|^util/kconfig/|^util/nvidia/cbootimage$|\<COPYING\>|\<LICENSE\>|\<README\>|_shipped$|\.patch$|\.bin$|\.hex$|\.jpg$)"` | \
+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$|\.jpg$)"` | \
 	sed -e "s,^.*$,File & has lines ending with whitespace.,"
diff --git a/util/lint/lint-stable-009-old-licenses b/util/lint/lint-stable-009-old-licenses
index 4094949..fdc76aa 100755
--- a/util/lint/lint-stable-009-old-licenses
+++ b/util/lint/lint-stable-009-old-licenses
@@ -29,7 +29,6 @@ HEADER_EXCLUDED="\
 \.patch$|\
 _shipped$|\
 ^util/scripts/no-fsf-addresses.sh|\
-^util/iotools/|\
 ^util/lint/lint-000-license-headers|\
 ^util/lint/lint-stable-009-old-licenses\
 "



More information about the coreboot-gerrit mailing list