aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis Jacobs <trav221@gmail.com>2017-06-14 07:33:58 +0800
committerGitHub <noreply@github.com>2017-06-14 07:33:58 +0800
commit9191f8af5f3b5da6f075383499583ff126894f19 (patch)
tree0071a11d09bcf1df3e2e112148082025101a386d
parentc99c1c76f7ce2963b1401b53676ca3bbb0eadbea (diff)
downloaddexon-solidity-9191f8af5f3b5da6f075383499583ff126894f19.tar
dexon-solidity-9191f8af5f3b5da6f075383499583ff126894f19.tar.gz
dexon-solidity-9191f8af5f3b5da6f075383499583ff126894f19.tar.bz2
dexon-solidity-9191f8af5f3b5da6f075383499583ff126894f19.tar.lz
dexon-solidity-9191f8af5f3b5da6f075383499583ff126894f19.tar.xz
dexon-solidity-9191f8af5f3b5da6f075383499583ff126894f19.tar.zst
dexon-solidity-9191f8af5f3b5da6f075383499583ff126894f19.zip
Add linter-solium
-rw-r--r--docs/index.rst3
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>`_.