[Issue-1682] Cleanup unused imports#1684
[Issue-1682] Cleanup unused imports#1684smartcontracts merged 1 commit intoethereum-optimism:regenesis/0.5.0from
Conversation
|
smartcontracts
left a comment
There was a problem hiding this comment.
Fantastic work, thank you!
|
Looks like the linting is failing, there are more unused imports |
Codecov Report
@@ Coverage Diff @@
## regenesis/0.5.0 #1684 +/- ##
===================================================
+ Coverage 72.72% 75.72% +3.00%
===================================================
Files 69 56 -13
Lines 2273 1961 -312
Branches 336 289 -47
===================================================
- Hits 1653 1485 -168
+ Misses 620 476 -144
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Hmm ok let me check |
|
Happy to merge once the additional linting errors are fixed. You can see them on github if you look at the files changed |
|
Looks like there is now a merge conflict - do you mind rebasing to fix the conflict and then squashing all of the commits into a single commit? |
Ahh I just saw this. Yes I can take care of this |
|
Please squash your commits into a single commit and this will be good to merge |
c69d566 to
7e32d2d
Compare
7e32d2d to
2144736
Compare
e64386a to
4fb310b
Compare
4fb310b to
c9a783e
Compare
|
Great work @coreyar, thank you! |
Description
Adds eslint rule to error on unused vars. This PR also fixes violations of that rule not only in the integration tests but in the whole project
Additional context
Metadata