trufflesuite / truffle-compile

Compiler helper and artifact manager
22 stars 46 forks source link

Add support of Solhint linter #33

Closed idrabenia closed 6 years ago

idrabenia commented 6 years ago

Hi Guys,

We develop code linter 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 very helpful for community to integrate capabilities of our linter to truffle.

We may create a PR. What do you think?

Thanks! - Ilya

cgewecke commented 6 years ago

@idrabenia Hi, thanks for the suggestion. Closing this for house-keeping because I don't think this issue specifically fits in this module. How truffle integrates with external services like linters is something that under active discussion here. Will definitely reach out to you and other tools developers when we have a good sense of how to do that.

Thanks again!