[rocprofiler-sdk] Update rocprofiler-sdk CONTRIBUTING.md (#1371)

This commit is contained in:
Jonathan R. Madsen
2025-10-20 21:46:24 -05:00
committed by GitHub
parent 32f9fa6ca5
commit 4cca398b56
23 changed files with 348 additions and 106 deletions
@@ -122,7 +122,9 @@ set_env(std::string_view env_id, bool value, int override)
template <typename Tp>
int
set_env(std::string_view env_id, Tp value, int override)
set_env(std::string_view env_id,
Tp value, // NOLINT(performance-unnecessary-value-param)
int override)
{
auto str_value = std::stringstream{};
str_value << value;