Page MenuHomePhabricator

[LINTER] Enforce source code file name conventions
ClosedPublic

Authored by Fabien on Jul 8 2019, 12:44.

Details

Summary

Follow-up for D3572.

This linter ensures the source file names are compliant with the naming
conventions from the developer notes.

Test Plan
arc lint --everything # No error

Rename src/addrdb.cpp to src/addrDb.cpp

arc lint -- src/addrDb.cpp

Check the error is catched by the linter.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
linter_filename_convention
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6740
Build 11527: Bitcoin ABC Buildbot (legacy)
Build 11526: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jul 8 2019, 17:17