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
@@ -38,7 +38,7 @@ void PathEnemy::resetToInitialPosition(const Data& data) {
#endif
// Comprueba si ha llegado al limite del recorrido para darse media vuelta
void PathEnemy::checkPath() { // NOLINT(readability-make-member-function-const)
void PathEnemy::checkPath() {
if (sprite_->getPosX() > x2_ || sprite_->getPosX() < x1_) {
// Recoloca
if (sprite_->getPosX() > x2_) {