UMAprotocol / protocol

UMA Protocol Running on Ethereum
https://uma.xyz
GNU Affero General Public License v3.0
375 stars 182 forks source link

Add a linter/format checker. #1

Closed mrice32 closed 6 years ago

mrice32 commented 6 years ago

I don't think there are any auto formatters out for solidity (sadly). I think we should pick a linter that will check code format and look for simple issues. solhint appears to be relatively mature, has plugins for a bunch of IDEs, and it allows customization through configs and comments.

cc7768 commented 6 years ago

This looks great -- I like that it gives both style and security recommendations