Skip to content

Commit

Permalink
feat(.clang-tidy): add ExtraArgs (autowarefoundation#5439)
Browse files Browse the repository at this point in the history
Signed-off-by: Y.Hisaki <[email protected]>
  • Loading branch information
yhisaki authored Nov 15, 2024
1 parent 4408c54 commit 3591106
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ WarningsAsErrors: "

HeaderFilterRegex: ^(?!\/usr)(?!\/opt)

ExtraArgs:
- -std=c++17

FormatStyle: none

CheckOptions:
Expand Down
3 changes: 3 additions & 0 deletions .clang-tidy-ci
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ WarningsAsErrors: "

HeaderFilterRegex: ^(?!\/usr)(?!\/opt)

ExtraArgs:
- -std=c++17

CheckOptions:
- key: bugprone-argument-comment.CommentBoolLiterals
value: "0"
Expand Down

0 comments on commit 3591106

Please sign in to comment.