mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
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:
parent
f3fe043cc1
commit
5cded77821
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user