mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user