From 5cded778210c5b1c4278fe71aa676b6f1647acc5 Mon Sep 17 00:00:00 2001 From: Ilya Drabenia Date: Fri, 29 Sep 2017 18:03:40 +0300 Subject: Add solhint to list of tools. Hello! I develop linter that provide both security, style guide and best practices validations for Solidity users. I will be glad if it will be useful for this community! --- docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index cb093bd6..b1d77890 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -61,6 +61,9 @@ Available Solidity Integrations * `Solium `_ A commandline linter for Solidity which strictly follows the rules prescribed by the `Solidity Style Guide `_. + +* `Solhint `_ + Solidity linter that provides security, style guide and best practice rules for smart contract validation. * `Visual Studio Code extension `_ Solidity plugin for Microsoft Visual Studio Code that includes syntax highlighting and the Solidity compiler. -- cgit v1.2.3 From 3bcaa24c5eeb452b09c8b9d0c9f207ac2696e218 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 17 Oct 2017 18:55:55 +0200 Subject: Project moved. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index b1d77890..351f8ad7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -62,7 +62,7 @@ Available Solidity Integrations * `Solium `_ A commandline linter for Solidity which strictly follows the rules prescribed by the `Solidity Style Guide `_. -* `Solhint `_ +* `Solhint `_ Solidity linter that provides security, style guide and best practice rules for smart contract validation. * `Visual Studio Code extension `_ -- cgit v1.2.3