diff options
author | chriseth <chris@ethereum.org> | 2017-06-14 20:19:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 20:19:49 +0800 |
commit | 6441baae6b742a41b174f4a177c611689b4613ed (patch) | |
tree | 3ff62c55800d460bd972424fc80f9f9e2cec0960 | |
parent | 43cfab70d0dfb7e5a6058ba2a84874f7622abb2f (diff) | |
parent | 9191f8af5f3b5da6f075383499583ff126894f19 (diff) | |
download | dexon-solidity-6441baae6b742a41b174f4a177c611689b4613ed.tar.gz dexon-solidity-6441baae6b742a41b174f4a177c611689b4613ed.tar.zst dexon-solidity-6441baae6b742a41b174f4a177c611689b4613ed.zip |
Merge pull request #2390 from travs/patch-1
Add linter-solium
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 4b48b91c..3e500973 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -59,6 +59,9 @@ Available Solidity Integrations * `Atom Solidity Linter <https://atom.io/packages/linter-solidity>`_ Plugin for the Atom editor that provides Solidity linting. +* `Atom Solium Linter <https://atom.io/packages/linter-solium>`_ + Configurable Solidty linter for Atom using Solium as a base. + * `Solium <https://github.com/duaraghav8/Solium/>`_ A commandline linter for Solidity which strictly follows the rules prescribed by the `Solidity Style Guide <http://solidity.readthedocs.io/en/latest/style-guide.html>`_. |