From 9191f8af5f3b5da6f075383499583ff126894f19 Mon Sep 17 00:00:00 2001 From: Travis Jacobs Date: Tue, 13 Jun 2017 21:03:58 -0230 Subject: Add linter-solium --- docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) 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 `_ Plugin for the Atom editor that provides Solidity linting. +* `Atom Solium Linter `_ + Configurable Solidty linter for Atom using Solium as a base. + * `Solium `_ A commandline linter for Solidity which strictly follows the rules prescribed by the `Solidity Style Guide `_. -- cgit