Page MenuHomePhabricator

[linter] Remove and disallow js commented code
ClosedPublic

Authored by Fabien on Dec 20 2022, 16:21.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABC45b927480cc4: [linter] Remove and disallow js commented code
Summary

Commented code should be either uncommented or removed.

Depends on D12926.

Test Plan
arc lint --everything

Diff Detail

Repository
rABC Bitcoin ABC
Branch
eslint_no_commented_code
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 21664
Build 42968: Build Diffcashtab-tests
Build 42967: arc lint + arc unit

Event Timeline

Fabien requested review of this revision.Dec 20 2022, 16:21
bytesofman added a subscriber: bytesofman.
bytesofman added inline comments.
web/cashtab/src/utils/cashMethods.js
184 ↗(On Diff #37394)

the types object is helpful for explaining where 148*4 and 34*4 are coming from, should be modified like //Transaction details above in mockTxBuilderObj.js

This revision now requires changes to proceed.Dec 21 2022, 12:59

Undo removal as requested

This revision is now accepted and ready to land.Dec 21 2022, 13:04