Page MenuHomePhabricator

[lint patch] resolve arc lint issue
ClosedPublic

Authored by bytesofman on Fri, Mar 7, 04:11.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC78cdc63e02a8: [lint patch] resolve arc lint issue
Summary

This is causing arc lint --everything to fail. patch

Test Plan

arc lint contrib/devtools/copyright_header.py

Diff Detail

Repository
rABC Bitcoin ABC
Branch
py-lint-fix
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32611
Build 64710: Build Diff
Build 64709: arc lint + arc unit

Event Timeline

bytesofman published this revision for review.Fri, Mar 7, 04:13
PiRK added a subscriber: PiRK.

A flynt false positive

contrib/devtools/copyright_header.py:259: error: f-string expression part cannot include a backslash  [syntax]
This revision is now accepted and ready to land.Fri, Mar 7, 08:47
This revision was automatically updated to reflect the committed changes.