This package has been deprecated

Author message:

No longer maintained, more details in https://github.com/ZeppelinSolutions/solium-plugin-zeppelin

solium-plugin-zeppelin

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i solium-plugin-zeppelin

Weekly Downloads

39

Version

0.0.2

License

MIT

Unpacked Size

59.9 kB

Total Files

22

Last publish

Collaborators

  • facuspagnuolo
  • the-mad-king