neteja NOLINT identifier-naming i lambdes a metodes privats Game

This commit is contained in:
2026-05-17 21:22:06 +02:00
parent 38d927a7a1
commit c7b88cd05f
10 changed files with 77 additions and 76 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ ItemManager::ItemManager(std::string room_id, std::shared_ptr<Scoreboard::Data>
}
// Añade un item a la colección
void ItemManager::addItem(std::shared_ptr<Item> item) { // NOLINT(readability-identifier-naming)
void ItemManager::addItem(std::shared_ptr<Item> item) {
items_.push_back(std::move(item));
}