added hint about regexp-disabling of linelength check
This commit is contained in:
parent
a84406be77
commit
475115172e
|
|
@ -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">"80"</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">"80"</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">"150"</span>.
|
||||
|
|
|
|||
Loading…
Reference in New Issue