diff options
author | Ilya Drabenia <drobenyai@tut.by> | 2017-09-29 23:03:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-29 23:03:40 +0800 |
commit | 5cded778210c5b1c4278fe71aa676b6f1647acc5 (patch) | |
tree | b6f3b16ee270494ec5946a79e053c93e09ca2507 /docs/index.rst | |
parent | f3fe043cc13ac76a7ca02285a54f973a4dc4461d (diff) | |
download | dexon-solidity-5cded778210c5b1c4278fe71aa676b6f1647acc5.tar.gz dexon-solidity-5cded778210c5b1c4278fe71aa676b6f1647acc5.tar.zst dexon-solidity-5cded778210c5b1c4278fe71aa676b6f1647acc5.zip |
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!
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
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 <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. |