diff --git a/docs/engine.html b/docs/engine.html index d2e66e53d..bb2a6a850 100644 --- a/docs/engine.html +++ b/docs/engine.html @@ -97,10 +97,10 @@
Checks for lines that are longer than a specified length. The default is "80". This can be turned off for import statements.
Checks for method bodies that are longer than a specified number of lines. The default is "150". +
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".
Checks for constructor bodies that are longer than a specified number of lines. The default is "150". +
Checks for constructor 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".
Checks for files that are longer than a specified number of lines. The default is "2000".