<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28431">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/lint: update whitespace checking rules<br><br>- Check payloads, the root Makefiles and toolchain.inc<br>- 3rdparty is already not checked, so remove<br>- The marks around COPYING, LICENSE, and README were not needed<br>- Skip checking .ico files<br><br>Change-Id: Ic4a1709224604b36362d82e249c2916fca0336a2<br>Signed-off-by: Martin Roth <martinr@coreboot.org><br>---<br>M util/lint/lint-stable-003-whitespace<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/28431/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/lint/lint-stable-003-whitespace b/util/lint/lint-stable-003-whitespace</span><br><span>index 1a7dc7b..4a7b661 100755</span><br><span>--- a/util/lint/lint-stable-003-whitespace</span><br><span>+++ b/util/lint/lint-stable-003-whitespace</span><br><span>@@ -15,8 +15,8 @@</span><br><span> # DESCR: Check for superfluous whitespace in the tree</span><br><span> </span><br><span> LC_ALL=C export LC_ALL</span><br><span style="color: hsl(0, 100%, 40%);">-EXCLUDELIST='^3rdparty|^src/vendorcode/|^util/kconfig/|^util/nvidia/cbootimage$|\<COPYING\>|\<LICENSE\>|\<README\>|_shipped$|\.patch$|\.bin$|\.hex$|\.jpg$|\.ttf$|\.woff$|\.png$|\.eot$|\.vbt$'</span><br><span style="color: hsl(0, 100%, 40%);">-INCLUDELIST="src util"</span><br><span style="color: hsl(120, 100%, 40%);">+EXCLUDELIST='^src/vendorcode/|^util/kconfig/|^util/nvidia/cbootimage$|COPYING|LICENSE|README|_shipped$|\.patch$|\.bin$|\.hex$|\.jpg$|\.ttf$|\.woff$|\.png$|\.eot$|\.vbt$|\.ico$'</span><br><span style="color: hsl(120, 100%, 40%);">+INCLUDELIST="src util payloads Make* toolchain.inc"</span><br><span> </span><br><span> # shellcheck disable=SC2086,SC2046</span><br><span> if uname | grep -qi "linux"; then</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28431">change 28431</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/28431"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ic4a1709224604b36362d82e249c2916fca0336a2 </div>
<div style="display:none"> Gerrit-Change-Number: 28431 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>