Page MenuHomePhabricator

Enable flake8 warnings for all currently non-violated rules
ClosedPublic

Authored by Fabien on Jun 28 2019, 15:03.

Details

Summary

Also include an unrelated variable rename:
Fix accidental redefinition via list comprehension
to be in par with core as it is part of the PR.

I removed W504 as it conflicts with autopep8, and W605 as it throws a lot of warnings. They will be
fixed and added in follow-ups to not bloat this diff.

Backport of core PR12295
https://github.com/bitcoin/bitcoin/pull/12295/files

Test Plan
arc lint --everything

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR12295
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6537
Build 11121: Bitcoin ABC Buildbot (legacy)
Build 11120: arc lint + arc unit

Event Timeline

Remove unrelated change

This revision is now accepted and ready to land.Jun 28 2019, 16:33