added hint about regexp-disabling of linelength check

This commit is contained in:
Lars Kühne 2002-05-05 12:27:55 +00:00
parent a84406be77
commit 475115172e
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@
<h3><a name="length">Long Lines</a></h3>
<p>Checks for lines that are longer than a specified length. The default is <span class="default">&quot;80&quot;</span>. This can be turned off for <code>import</code> statements.</p>
<p>Checks for lines that are longer than a specified length. The default is <span class="default">&quot;80&quot;</span>. This can be turned off for <code>import</code> statements or for lines that match a regular expression.</p>
<h3><a name="methodLength">Method Body Length</a></h3>
<p>Checks for method bodies that are longer than a specified number of lines. The lines are counted from the opening brace <span class="code">'{'</span> to the closing brace <span class="code">'}'</span>. The default is <span class="default">&quot;150&quot;</span>.