0.0.2 • Published 6 years ago

solium-plugin-zeppelin v0.0.2

Weekly downloads
41
License
MIT
Repository
github
Last release
6 years ago

solium-plugin-zeppelin

standard-readme compliant

Travis

Solium plugin for Zeppelin audits

Install

$ npm install -g solium
$ npm install -g solium-plugin-zeppelin

Usage

In the .soliumrc.json file, add:

{
  ...
  "rules": {
    ...
    "zeppelin/constant-candidates": [
      "warning"
    ],
    "zeppelin/highlight-comments": [
      "warning"
    ],
    "zeppelin/missing-natspec-comments": [
      "warning"
    ],
    "zeppelin/no-arithmetic-operations": [
      "warning"
    ],
    "zeppelin/no-state-variable-shadowing": [
      "warning"
    ],
    "zeppelin/no-unchecked-send": [
      "warning"
    ],
    "zeppelin/no-unused-imports": [
      "warning"
    ]
}

Maintainers

@elopio

@facuspagnuolo

Contribute

We welcome all kinds of contributors! Open an issue or submit pull requests.

To set up for development, see the HACKING file.

License

MIT © 2017-2018 OpenZeppelin

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

7 years ago