neteja NOLINT obsolets (de 77 a 53)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user