mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-03 08:46:42 +00:00
chore: Enable more clang-tidy checks (#3054)
This commit is contained in:
@@ -14,7 +14,7 @@ hexStringToBinaryString(std::string const& hex)
|
||||
auto const blob = ripple::strUnHex(hex);
|
||||
std::string strBlob;
|
||||
|
||||
for (auto c : *blob)
|
||||
for (auto c : *blob) // NOLINT(bugprone-unchecked-optional-access)
|
||||
strBlob += c;
|
||||
|
||||
return strBlob;
|
||||
|
||||
Reference in New Issue
Block a user