Skip to content

Apply missing clang-tidy fixes#215

Merged
henningkayser merged 4 commits intomoveit:masterfrom
henningkayser:pr-fix-clang-tidy
Jun 22, 2020
Merged

Apply missing clang-tidy fixes#215
henningkayser merged 4 commits intomoveit:masterfrom
henningkayser:pr-fix-clang-tidy

Conversation

@henningkayser
Copy link
Copy Markdown
Member

Applied clang-tidy-fix over the full codebase to fix master branch CI.
I disabled performance-unnecessary-value-param to suppress fixes for callback functions (see #214), merely adding NOLINT really clutters up the code a lot as there are many multi-line functions.

@henningkayser henningkayser changed the title Apply clang-tidy-fix Apply missing clang-tidy fixes Jun 15, 2020
@codecov
Copy link
Copy Markdown

codecov bot commented Jun 15, 2020

Codecov Report

Merging #215 into master will decrease coverage by 0.00%.
The diff coverage is 15.78%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #215      +/-   ##
==========================================
- Coverage   47.33%   47.33%   -0.01%     
==========================================
  Files         143      143              
  Lines       13321    13319       -2     
==========================================
- Hits         6305     6304       -1     
+ Misses       7016     7015       -1     
Impacted Files Coverage Δ
...on_distance_field/collision_distance_field_types.h 53.73% <0.00%> (ø)
...eld/include/moveit/distance_field/distance_field.h 100.00% <ø> (ø)
moveit_core/distance_field/src/distance_field.cpp 26.29% <ø> (ø)
...ics_plugin_loader/src/kinematics_plugin_loader.cpp 1.32% <0.00%> (ø)
...tance_field/src/collision_distance_field_types.cpp 35.93% <22.22%> (-0.11%) ⬇️
moveit_core/exceptions/src/exceptions.cpp 25.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 60176dd...9da9435. Read the comment docs.

@henningkayser henningkayser force-pushed the pr-fix-clang-tidy branch 2 times, most recently from b46e6b6 to 3f13b04 Compare June 17, 2020 13:52
@henningkayser henningkayser force-pushed the pr-fix-clang-tidy branch 2 times, most recently from b76d6d7 to 4166dfd Compare June 22, 2020 15:26
Copy link
Copy Markdown
Member

@tylerjw tylerjw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@henningkayser henningkayser merged commit 11fb275 into moveit:master Jun 22, 2020
JafarAbdi added a commit to rhaschke/moveit2 that referenced this pull request Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants