Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Try PR action to run clang-tidy #8

Closed
wants to merge 2 commits into from
Closed

Conversation

skrobinson
Copy link
Owner

@skrobinson skrobinson commented Oct 5, 2022

No description provided.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

⚠️ clang-tidy found issue(s) with the introduced code (1/1)

@@ -373,7 +373,7 @@ class Argument {
template <std::size_t N, std::size_t... I>
explicit Argument(std::string_view prefix_chars,
std::array<std::string_view, N> &&a,
std::index_sequence<I...> /*unused*/)
std::index_sequence<I...>)
Copy link

Choose a reason for hiding this comment

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

⚠️ readability-named-parameter ⚠️
all parameters should be named in a function

Suggested change
std::index_sequence<I...>)
std::index_sequence<I...> /*unused*/)

@skrobinson skrobinson changed the title Update CMake version in README example for FetchContent Try PR action to run clang-tidy Oct 6, 2022
@skrobinson skrobinson closed this Oct 11, 2022
@skrobinson skrobinson deleted the wip-cleanups branch October 11, 2022 17:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant