diff --git a/docs/engine.html b/docs/engine.html index 4d443bc99..1399eb3ff 100644 --- a/docs/engine.html +++ b/docs/engine.html @@ -189,7 +189,7 @@
Checks for lines that are longer than a specified length. The default is "80". This can be turned off for import statements.
Checks for lines that are longer than a specified length. The default is "80". This can be turned off for import statements or for lines that match a regular expression.
Checks for method bodies that are longer than a specified number of lines. The lines are counted from the opening brace '{' to the closing brace '}'. The default is "150".