audita NOLINT/cppcheck-suppress: refactor i justifica residuals

This commit is contained in:
2026-05-17 09:18:08 +02:00
parent 91add6f2fe
commit e887b77dcb
7 changed files with 292 additions and 383 deletions
+2 -2
View File
@@ -61,13 +61,13 @@ void MovingSprite::render() {
}
// Obtiene el valor de la variable
// cppcheck-suppress duplInheritedMember
// cppcheck-suppress duplInheritedMember ; shadow intencional: vegeu movingsprite.h
auto MovingSprite::getPosX() const -> float {
return x_;
}
// Obtiene el valor de la variable
// cppcheck-suppress duplInheritedMember
// cppcheck-suppress duplInheritedMember ; shadow intencional: vegeu movingsprite.h
auto MovingSprite::getPosY() const -> float {
return y_;
}