HomePhabricator

[LINTER] Enforce using angle brackets in #include directives

Description

[LINTER] Enforce using angle brackets in #include directives

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.

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D3319

Details

Provenance
FabienAuthored on Jun 13 2019, 16:02
FabienPushed on Jun 15 2019, 07:54
Reviewer
Restricted Project
Differential Revision
D3319: [LINTER] Enforce using angle brackets in #include directives
Parents
rABC33ff49689bcd: Make CMutableTransaction constructor explicit
Branches
Unknown
Tags
Unknown