Add solidity linter: solium

This commit is contained in:
Jeff Sutherland
2017-09-14 01:59:22 +07:00
parent 91df9ba2c0
commit 7302bedc5e
4 changed files with 29 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
===============================================================================
ALE Solidity Integration *ale-solidity-options*
===============================================================================
solium *ale-solidity-solium*
Use of Solium linter for Solidity source code requires a .soliumrc.json
file in project root. This file can be generated by running `solium --init`.
See the corresponding solium usage for detailed instructions
(https://github.com/duaraghav8/Solium#usage).
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: