Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.29 KB

gas-indexed-events.md

File metadata and controls

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

gas-indexed-events

Category Badge Default Severity Badge warn

Description

Suggest indexed arguments on events for uint, bool and address

Options

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

Example Config

{
  "rules": {
    "gas-indexed-events": "warn"
  }
}

Notes

  • source of the rule initiative (see Indexed Events)

Examples

This rule does not have examples.

Version

This rule was introduced in Solhint 4.5.0

Resources