Skip to content

Commit

Permalink
chore(CPPLINT.cfg): ignore build/include_subdir for relative includes (
Browse files Browse the repository at this point in the history
…autowarefoundation#147)

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake committed Apr 5, 2022
1 parent 7d6692b commit 3463901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CPPLINT.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ filter=-whitespace/parens # we allow closing parenthesis to be on the ne
filter=-whitespace/semicolon # we allow the developer to decide about whitespace after a semicolon
filter=-build/header_guard # we automatically fix the names of header guards using pre-commit
filter=-build/include_order # we use the custom include order
filter=-build/include_subdir # we allow the style of "foo.hpp"

0 comments on commit 3463901

Please sign in to comment.