gnosis / pm-contracts

Collection of smart contracts for the Gnosis prediction market platform.
https://www.gnosis.pm
GNU Lesser General Public License v3.0
177 stars 56 forks source link

Add support of Solidity linter #69

Closed idrabenia closed 6 years ago

idrabenia commented 6 years ago

Hi Guys,

We develop code linter - Solhint, that provide:

  1. Strict source code validation according Solidity Style Guide
  2. Security code check using ConsenSys Guide for Smart Contracts
  3. Best practices code validation

We think that it would be awesome to add some kind of code validation to your project.

You may contact us - we will be glad to help! - Ilya

cag commented 6 years ago

:joy: I was too busy, but @fvictorio took care of this for us...

Oh yeah, gotta merge this in with development now...