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!
This commit is contained in:
Ilya Drabenia 2017-09-29 18:03:40 +03:00 committed by GitHub
parent f3fe043cc1
commit 5cded77821

View File

@ -62,6 +62,9 @@ Available Solidity Integrations
* `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>`_.
* `Solhint <https://github.com/tokenhouse/solhint/>`_
Solidity linter that provides security, style guide and best practice rules for smart contract validation.
* `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.