ethpm / escape-truffle

Ethereum Package Registry (Truffle)
10 stars 8 forks source link

Fix linter warnings / run linter in CI #28

Closed cgewecke closed 6 years ago

cgewecke commented 6 years ago

3

Following guidance of some new warnings in the latest Solium that recommend public modifiers be sequenced first in the modifier lists.

Have disabled warnings about:

Also starting to run linter in CI and on npm test - we should start getting failures if style & security rules are violated.

Currently only have warnings about the absence of reason strings in our revert statements.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 62


Totals Coverage Status
Change from base Build 60: 0.0%
Covered Lines: 404
Relevant Lines: 413

💛 - Coveralls