Skip to content

Commit 7e3c4f0

Browse files
committed
Configure clang-tidy to be pedantic
1 parent bef94bb commit 7e3c4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/industrial-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
DOWNSTREAM_WORKSPACE: ${{matrix.ROS_DISTRO.DOWNSTREAM_WORKSPACE}}
3636
ROS_DISTRO: ${{matrix.ROS_DISTRO.NAME}}
3737
ROS_REPO: ${{matrix.ROS_REPO}}
38-
CLANG_TIDY: true
38+
CLANG_TIDY: pedantic
3939
CLANG_TIDY_ARGS: '--extra-arg=-std=c++17' # needed for Humble

0 commit comments

Comments
 (0)