style: Mark spdlog fwd declararations as NOLINT(readability-identifie… (#2423)

…r-naming)

Fix: https://github.com/XRPLF/clio/issues/2422
This commit is contained in:
Ayaz Salikhov
2025-08-12 13:24:14 +01:00
committed by GitHub
parent 333b73e882
commit 4a5278a915

View File

@@ -35,10 +35,10 @@
// to avoid including the spdlog headers in this header file.
namespace spdlog {
class logger;
class logger; // NOLINT(readability-identifier-naming)
namespace sinks {
class sink;
class sink; // NOLINT(readability-identifier-naming)
} // namespace sinks
} // namespace spdlog