<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ci/+/24866">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved; Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">lint: exclude *.ok, *.err<br><br>Complains about e.g. \r\n in *.ok files.<br><br>Related: OS#5087<br>Change-Id: I79004cec3e2eb753951a7f886318ac0db4ea2c06<br>---<br>M lint/checkpatch/checkpatch_osmo.sh<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/lint/checkpatch/checkpatch_osmo.sh b/lint/checkpatch/checkpatch_osmo.sh</span><br><span>index bdbd125..b98e98b 100755</span><br><span>--- a/lint/checkpatch/checkpatch_osmo.sh</span><br><span>+++ b/lint/checkpatch/checkpatch_osmo.sh</span><br><span>@@ -2,6 +2,7 @@</span><br><span> SCRIPT_DIR="$(dirname "$(realpath "$0")")"</span><br><span> </span><br><span> # Excluded paths:</span><br><span style="color: hsl(120, 100%, 40%);">+# * \.(ok|err)$: stdout and stderr of regression tests</span><br><span> # * ^lint/checkpatch/: so it does not warn about spelling errors in spelling.txt :)</span><br><span> </span><br><span> # Ignored checks:</span><br><span>@@ -23,6 +24,7 @@</span><br><span> # * STRING_FRAGMENTS: sometimes used intentionally to improve readability</span><br><span> </span><br><span> $SCRIPT_DIR/checkpatch.pl \</span><br><span style="color: hsl(120, 100%, 40%);">+  --exclude '\.(ok|err)$' \</span><br><span>    --exclude '^lint/checkpatch/' \</span><br><span>      --ignore ASSIGN_IN_IF \</span><br><span>      --ignore AVOID_EXTERNS \</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ci/+/24866">change 24866</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.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://gerrit.osmocom.org/c/osmo-ci/+/24866"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ci </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I79004cec3e2eb753951a7f886318ac0db4ea2c06 </div>
<div style="display:none"> Gerrit-Change-Number: 24866 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>