diff options
author | chriseth <chris@ethereum.org> | 2017-10-18 00:56:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-18 00:56:30 +0800 |
commit | c67b559ead9676fb1983e09c512dd9f483c0b6f1 (patch) | |
tree | 0ff7350ef6f85af377313a97e9fcc1409e323498 | |
parent | 846b43479dc2991fbbab8b497a622fd58204e08e (diff) | |
parent | 3bcaa24c5eeb452b09c8b9d0c9f207ac2696e218 (diff) | |
download | dexon-solidity-c67b559ead9676fb1983e09c512dd9f483c0b6f1.tar.gz dexon-solidity-c67b559ead9676fb1983e09c512dd9f483c0b6f1.tar.zst dexon-solidity-c67b559ead9676fb1983e09c512dd9f483c0b6f1.zip |
Merge pull request #2994 from idrabenia/develop
Add solhint to list of tools.
-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..351f8ad7 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/protofire/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. |