optimism icon indicating copy to clipboard operation
optimism copied to clipboard

Address contracts-bedrock linter and compiler warnings

Open maurelian opened this issue 3 years ago • 1 comments

The contracts-bedrock packages print a ton of warnings when running either yarn build or yarn lint:contracts.

Spec:

We should address these warnings, and tighten up our solhint config so that all warnings become errors (we're clearly not paying attention to warnings, so they are pointless).

Suggested approach: break the work up into a few PRs. For a given PR you might:

  • fix all instances of a specific warning across multiple files
  • fix all warnings in a specific file

maurelian avatar Jun 29 '22 00:06 maurelian

Agrred

shastings8 avatar Jun 30 '22 05:06 shastings8

No more compiler warnings in contracts-bedrock, closing!

smartcontracts avatar Sep 24 '22 02:09 smartcontracts