Skip to content

Commit

Permalink
Fix so that generated code is accepted
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Oct 29, 2024
1 parent 3a4f535 commit 86b5aaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
set noparent

# When using Velocitas gRPC service generation the header file will include the *ServiceImpl.cpp file
# this gives by default an error so lets ignore that
filter=-build/include

filter=-build/include_order
filter=-build/header_guard
filter=-whitespace/indent
Expand Down

0 comments on commit 86b5aaf

Please sign in to comment.