neteja NOLINT obsolets (de 77 a 53)

This commit is contained in:
2026-05-17 21:07:00 +02:00
parent ff65a191c1
commit 38d927a7a1
11 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ auto RoomTracker::addRoom(const std::string& name) -> bool {
if (!hasBeenVisited(name)) {
// En caso contrario añádela a la lista
rooms_.push_back(name);
return true; // NOLINT(readability-simplify-boolean-expr)
return true;
}
return false;