# reason-string

# Description

Require or revert statement must have a reason string and check that each reason string is at most N characters long.

# Options

description default
A JSON object with a single property "maxLength" specifying the max number of characters per reason string. {"maxLength":32}

# Example Config

{
  "id": "reason-string",
  "severity": "WARNING",
  "data": 20
}

# Examples

# Good

This rule does not have good examples.

# Bad

This rule does not have bad examples.

# References