From 4fa6821e0645ff61a9380cd090abff472205c630 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Sun, 29 Jun 2025 17:16:22 +0100 Subject: add clang-tidy support --- nihil.error/error.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nihil.error/error.cc') diff --git a/nihil.error/error.cc b/nihil.error/error.cc index 15805a3..e4023f9 100644 --- a/nihil.error/error.cc +++ b/nihil.error/error.cc @@ -85,7 +85,7 @@ auto error::root_cause(this error const &self) -> error const & if (self.m_cause) return self.m_cause->root_cause(); - return self; + return self; //NOLINT(bugprone-return-const-ref-from-parameter) } auto error::str(this error const &self) -> std::string -- cgit v1.2.3