Socket
Book a DemoInstallSign in
Socket

solhint-plugin-beam

Package Overview
Dependencies
Maintainers
8
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solhint-plugin-beam

A solhint plugin to enfore Beam's style rules

0.1.0
latest
Source
npmnpm
Version published
Maintainers
8
Created
Source

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

Keywords

solhint

FAQs

Package last updated on 25 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.