Depends on D5202
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGf18bb7d1cf1e: [python linting] enforce E731: Do not assign a lambda expression, use a def
rABCf18bb7d1cf1e: [python linting] enforce E731: Do not assign a lambda expression, use a def
./test/functional/test_runner.py wallet_multiwallet
arc lint --everything
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- lintfixes
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 9332 Build 16600: Default Diff Build & Tests Build 16599: arc lint + arc unit
Event Timeline
test/functional/wallet_multiwallet.py | ||
---|---|---|
29 | note: this one line function style would be blocked by E704 but it seems to be a prevalent violation... |