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 @@ KeyManager::KeyManager(std::string room_id)
}
// Añade una llave a la colección
void KeyManager::addKey(std::shared_ptr<Key> key) { // NOLINT(readability-identifier-naming)
void KeyManager::addKey(std::shared_ptr<Key> key) {
keys_.push_back(std::move(key));
}