mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-30 18:40:28 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -37,7 +37,7 @@ bool
|
||||
parseUrl(parsedURL& pUrl, std::string const& strUrl)
|
||||
{
|
||||
// scheme://username:password@hostname:port/rest
|
||||
static boost::regex reUrl(
|
||||
static boost::regex const reUrl(
|
||||
"(?i)\\`\\s*"
|
||||
// required scheme
|
||||
"([[:alpha:]][-+.[:alpha:][:digit:]]*?):"
|
||||
|
||||
Reference in New Issue
Block a user