solhint-plugin-beam

0.1.0 • Public • Published

Solhint Plugin for the Beam Network Style Guide (solhint-plugin-beam)

Build Status

A solhint plugin to enforce Beam's style rules

Provides solhint rules to enforce the extra Solidity style rules used at Beam Network.

Table of Contents

Install

Install via NPM:

npm install --save-dev solhint-plugin-beam

Add to your solhint configuration and enable some rules:

{
  "plugins": [
    "beam"
  ],
  "rules": {
    "beam/underscore-function-args": "error"
  }
}

Usage

Provides the following rules:

  • beam/underscore-function-args Function arguments must start with _ to help distinguish them from storage variables.

License

MIT (c) Beam Network

Readme

Keywords

Package Sidebar

Install

npm i solhint-plugin-beam

Weekly Downloads

5

Version

0.1.0

License

MIT

Unpacked Size

10.3 kB

Total Files

12

Last publish

Collaborators

  • jwhittoneco
  • nknavkal
  • stoyand
  • aleph2012
  • albertbrown
  • ejedev
  • mgregson