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

Event Timeline

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

Remove useless parent method overriding.