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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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