diff options
author | chriseth <chris@ethereum.org> | 2016-09-05 21:54:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-05 21:54:51 +0800 |
commit | 873d8bb3936e067a37217f7993b9af6f8021330b (patch) | |
tree | bff8e7ab54f8b009be7c7df0eee896e4106290de | |
parent | 341c9436a8b6f5ae49265a482519e165a7f40395 (diff) | |
parent | 7f64984bb198b3c4e6770e394a8959371996167b (diff) | |
download | dexon-solidity-873d8bb3936e067a37217f7993b9af6f8021330b.tar dexon-solidity-873d8bb3936e067a37217f7993b9af6f8021330b.tar.gz dexon-solidity-873d8bb3936e067a37217f7993b9af6f8021330b.tar.bz2 dexon-solidity-873d8bb3936e067a37217f7993b9af6f8021330b.tar.lz dexon-solidity-873d8bb3936e067a37217f7993b9af6f8021330b.tar.xz dexon-solidity-873d8bb3936e067a37217f7993b9af6f8021330b.tar.zst dexon-solidity-873d8bb3936e067a37217f7993b9af6f8021330b.zip |
Merge pull request #1007 from duaraghav8/develop
add solium to "Available Solidity Integrations"
-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 a5ab3f86..4e90dd43 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -46,6 +46,9 @@ Available Solidity Integrations * `Atom Solidity Linter <https://atom.io/packages/linter-solidity>`_ Plugin for the Atom editor that provides Solidity linting. + +* `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>`_. * `Visual Studio Code extension <http://juan.blanco.ws/solidity-contracts-in-visual-studio-code/>`_ Solidity plugin for Microsoft Visual Studio Code that includes syntax highlighting and the Solidity compiler. |