Skip to content

Commit

Permalink
Disable whitespace/braces check
Browse files Browse the repository at this point in the history
This check was in conflict with the ROS2 clang-format style so I've
disabled it.
  • Loading branch information
Rayman committed Feb 22, 2022
1 parent c33c2eb commit c7e973a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ include_directories(include)
# Configure roslint for nodes

# Roslint cpp
set(ROSLINT_CPP_OPTS "--filter=-legal/copyright")
set(ROSLINT_CPP_OPTS "--filter=-legal/copyright,-whitespace/braces")
roslint_cpp()
roslint_add_test()

Expand Down

0 comments on commit c7e973a

Please sign in to comment.