# function-max-lines

# Description

Function body contains "count" lines but allowed no more than maxlines.

# Options

description default
Maximum allowed lines count per function 50

# Example Config

{
  "id": "function-max-lines",
  "severity": "WARNING",
  "data": 20
}

# Examples

# Good

This rule does not have good examples.

# Bad

This rule does not have bad examples.

# References