General linter cleanup

This commit is contained in:
Dan Paulat 2025-02-02 01:35:19 -06:00
parent e6cfef06a7
commit 8da440ea1f
3 changed files with 17 additions and 7 deletions

View file

@ -107,6 +107,8 @@ void WriteJsonFile(const std::string& path,
}
}
// Allow recursion within the pretty print function
// NOLINTNEXTLINE(misc-no-recursion)
static void PrettyPrintJson(std::ostream& os,
boost::json::value const& jv,
std::string* indent)