diff options
author | Travis Jacobs <trav221@gmail.com> | 2017-06-14 07:33:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 07:33:58 +0800 |
commit | 9191f8af5f3b5da6f075383499583ff126894f19 (patch) | |
tree | 0071a11d09bcf1df3e2e112148082025101a386d /docs | |
parent | c99c1c76f7ce2963b1401b53676ca3bbb0eadbea (diff) | |
download | dexon-solidity-9191f8af5f3b5da6f075383499583ff126894f19.tar.gz dexon-solidity-9191f8af5f3b5da6f075383499583ff126894f19.tar.zst dexon-solidity-9191f8af5f3b5da6f075383499583ff126894f19.zip |
Add linter-solium
Diffstat (limited to 'docs')
-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>`_. |