# max-states-count

# Description

Contract has "some count" states declarations but allowed no more than maxstates.

# Options

description default
Maximum allowed states declarations 15

# Example Config

{
  "id": "max-states-count",
  "severity": "WARNING",
  "data": [
    15
  ]
}

# Examples

# Good

This rule does not have good examples.

# Bad

This rule does not have bad examples.

# References