Page MenuHomePhabricator

[LINTER] Enforce using angle brackets in #include directives
ClosedPublic

Authored by Fabien on Jun 13 2019, 16:07.

Details

Summary

This linter throws an error when a #include "header.h" is encountered.

Test Plan

Modify src/init.cpp to use double quotes in a #include directive.

arc lint -- src/init.cpp

Check the linter catches the error.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
include_double_quotes
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6340
Build 10727: Bitcoin ABC Buildbot (legacy)
Build 10726: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jun 13 2019, 22:20

Remove useless parent method overriding.