diff options
author | Jeff Sutherland <jeffdsuth@gmail.com> | 2017-09-14 00:45:18 +0700 |
---|---|---|
committer | Jeff Sutherland <jeffdsuth@gmail.com> | 2017-09-14 01:59:22 +0700 |
commit | 7302bedc5edb814c183109422271151af7ad7495 (patch) | |
tree | 65a47a32ae1a6816e650ed4e9d0120470028f20b /doc/ale-solidity.txt | |
parent | 91df9ba2c0ccbe53e7838d16642e00c6280eefaa (diff) | |
download | ale-7302bedc5edb814c183109422271151af7ad7495.zip |
Add solidity linter: solium
Diffstat (limited to 'doc/ale-solidity.txt')
-rw-r--r-- | doc/ale-solidity.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/ale-solidity.txt b/doc/ale-solidity.txt new file mode 100644 index 00000000..3dea123e --- /dev/null +++ b/doc/ale-solidity.txt @@ -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: + |