Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.24 KB

gas-small-strings.md

File metadata and controls

38 lines (30 loc) · 1.24 KB
warning layout title
This is a dynamically generated file. Do not edit manually.
default
gas-small-strings | Solhint

gas-small-strings

Category Badge Default Severity Badge warn

Description

Keep strings smaller than 32 bytes

Options

This rule accepts a string option of rule severity. Must be one of "error", "warn", "off". Default to warn.

Example Config

{
  "rules": {
    "gas-small-strings": "warn"
  }
}

Notes

  • source of the rule initiative

Examples

This rule does not have examples.

Version

This rule was introduced in Solhint 4.5.0

Resources