trufflesuite / truffle-migrate

On-chain migrations management
17 stars 17 forks source link

Accomodate Migrations.sol's written according to Solidity style guide #19

Closed cgewecke closed 6 years ago

cgewecke commented 6 years ago

@simondlr proposed this improvement in a slack thread. Migrations.sol triggers errors from lint tools that validate against the Solidity style guide - it should be rewritten across the truffle-box platform and at truffle-migrate we can be flexible about the contract interface when we access it in the code here.

cgewecke commented 6 years ago

This is fixed in 4.1.0