<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ci/+/24920">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">lint: ignore DEEP_INDENTATION<br><br>Related: OS#5087<br>Change-Id: Iff29f0a97dbfed904705f543541441f761370602<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;">git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/20/24920/1</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 7ee8ed6..4be1348 100755</span><br><span>--- a/lint/checkpatch/checkpatch_osmo.sh</span><br><span>+++ b/lint/checkpatch/checkpatch_osmo.sh</span><br><span>@@ -11,6 +11,7 @@</span><br><span> # * BLOCK_COMMENT_STYLE: we don't use a trailing */ on a separate line</span><br><span> # * COMPLEX_MACRO: we don't use parentheses when building macros of strings across multiple lines</span><br><span> # * CONSTANT_COMPARISON: not followed: "Comparisons should place the constant on the right side"</span><br><span style="color: hsl(120, 100%, 40%);">+# * DEEP_INDENTATION: warns about many leading tabs, not useful if changing existing code without refactoring</span><br><span> # * EMBEDDED_FUNCTION_NAME: often __func__ isn't used, arguably not much benefit in changing this when touching code</span><br><span> # * EXECUTE_PERMISSIONS: not followed, files need to be executable: git-version-gen, some in debian/</span><br><span> # * FILE_PATH_CHANGES: we don't use a MAINTAINERS file</span><br><span>@@ -34,6 +35,7 @@</span><br><span>       --ignore BLOCK_COMMENT_STYLE \</span><br><span>       --ignore COMPLEX_MACRO \</span><br><span>     --ignore CONSTANT_COMPARISON \</span><br><span style="color: hsl(120, 100%, 40%);">+        --ignore DEEP_INDENTATION \</span><br><span>  --ignore EMBEDDED_FUNCTION_NAME \</span><br><span>    --ignore EXECUTE_PERMISSIONS \</span><br><span>       --ignore FILE_PATH_CHANGES \</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ci/+/24920">change 24920</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/+/24920"/><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: Iff29f0a97dbfed904705f543541441f761370602 </div>
<div style="display:none"> Gerrit-Change-Number: 24920 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>