[coreboot-gerrit] Change in coreboot[master]: util/lint: Update final newline check

Martin Roth (Code Review) gerrit at coreboot.org
Sun Jul 23 05:49:44 CEST 2017


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/20706


Change subject: util/lint: Update final newline check
......................................................................

util/lint: Update final newline check

- Exclude .png and .patch files.
- Turn into a lint-stable test.

Change-Id: I4a5c77d7856bc5017ba441d458378b4837c1c7d5
Signed-off-by: Martin Roth <martinroth at google.com>
---
R util/lint/lint-stable-015-final-newlines
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/20706/1

diff --git a/util/lint/lint-015-final-newlines b/util/lint/lint-stable-015-final-newlines
similarity index 95%
rename from util/lint/lint-015-final-newlines
rename to util/lint/lint-stable-015-final-newlines
index f80912c..bfaa817 100755
--- a/util/lint/lint-015-final-newlines
+++ b/util/lint/lint-stable-015-final-newlines
@@ -17,7 +17,7 @@
 LC_ALL=C export LC_ALL
 
 EXCLUDED_DIRS='src/vendorcode/\|util/romcc/\|cbfstool/lzma/\|cbfstool/lz4/\|Documentation/\|build/\|3rdparty/\|\.git/\|coreboot-builds/\|util/nvidia/cbootimage/'
-EXCLUDED_FILES='\.jpg$\|\.cksum$\|\.bin$\|\.hex$\|\.ico$\|\.o$\|\.bz2$\|\.xz$\|^.tmpconfig\|\.pyc$\|_shipped$\|sha256$'
+EXCLUDED_FILES='\.jpg$\|\.cksum$\|\.bin$\|\.hex$\|\.ico$\|\.o$\|\.bz2$\|\.xz$\|^.tmpconfig\|\.pyc$\|_shipped$\|sha256$\|\.png$\|\.patch$'
 
 # Use git ls-files if the code is in a git repo, otherwise use find.
 if [ -n "$(command -v git)" ] && [ -d .git ]; then

-- 
To view, visit https://review.coreboot.org/20706
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a5c77d7856bc5017ba441d458378b4837c1c7d5
Gerrit-Change-Number: 20706
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170723/d3709a44/attachment.html>


More information about the coreboot-gerrit mailing list