summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netfs/daemon/modeCheck.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/netfs/daemon/modeCheck.cpp b/netfs/daemon/modeCheck.cpp
index 6e65888..49cea44 100644
--- a/netfs/daemon/modeCheck.cpp
+++ b/netfs/daemon/modeCheck.cpp
@@ -18,6 +18,7 @@ ModeCheck::AssertReadParent(const std::filesystem::path & p) const
}
void
+// NOLINTNEXTLINE(misc-no-recursion)
ModeCheck::AssertRead(const std::filesystem::path & p) const
{
if (p != root) {