aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorRaghav Dua <duaraghav8@gmail.com>2016-09-05 21:49:45 +0800
committerGitHub <noreply@github.com>2016-09-05 21:49:45 +0800
commit7f64984bb198b3c4e6770e394a8959371996167b (patch)
treebff8e7ab54f8b009be7c7df0eee896e4106290de /docs/index.rst
parent341c9436a8b6f5ae49265a482519e165a7f40395 (diff)
downloaddexon-solidity-7f64984bb198b3c4e6770e394a8959371996167b.tar.gz
dexon-solidity-7f64984bb198b3c4e6770e394a8959371996167b.tar.zst
dexon-solidity-7f64984bb198b3c4e6770e394a8959371996167b.zip
add solium to "Available Solidity Integrations"
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst3
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.