diff options
author | Raghav Dua <duaraghav8@gmail.com> | 2018-01-18 19:02:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-18 19:02:46 +0800 |
commit | 95bafbc4e0878d231f95808ea9feb3e3c60bcc9b (patch) | |
tree | 30b430a78e9d7f8a81deda110bbc5cc9ad4d84f5 /docs/index.rst | |
parent | 43b836fb2af9c08fa8a8c0912e8a6d4f7f1f5ad4 (diff) | |
download | dexon-solidity-95bafbc4e0878d231f95808ea9feb3e3c60bcc9b.tar.gz dexon-solidity-95bafbc4e0878d231f95808ea9feb3e3c60bcc9b.tar.zst dexon-solidity-95bafbc4e0878d231f95808ea9feb3e3c60bcc9b.zip |
update solium description
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 3c617d36..0a49681e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -70,7 +70,7 @@ Available Solidity Integrations Configurable Solidty linter for Atom using Solium as a base. * `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>`_. + Linter to identify and fix style and security issues in Solidity. * `Solhint <https://github.com/protofire/solhint>`_ Solidity linter that provides security, style guide and best practice rules for smart contract validation. |