Skip to content

Commit 1da250b

Browse files
committed
Add header option for roslint
1 parent 9ac1066 commit 1da250b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
default: true
1313
cpp-roslint-opts:
1414
type: string
15-
default: --filter=-runtime/references,-build/c++11
15+
default: --filter=-runtime/references,-build/c++11 --headers=h,hpp
1616
files:
1717
type: string
1818
outputs:

0 commit comments

Comments
 (0)