diff --git a/src/systems/physics/Physics.cc b/src/systems/physics/Physics.cc index 0b570793fe..2fcfdc7c0e 100644 --- a/src/systems/physics/Physics.cc +++ b/src/systems/physics/Physics.cc @@ -1883,7 +1883,8 @@ void PhysicsPrivate::UpdatePhysics(EntityComponentManager &_ecm) return true; }); -} +} // NOLINT readability/fn_size +// TODO (azeey) Reduce size of function and remove the NOLINT above ////////////////////////////////////////////////// void PhysicsPrivate::Step(const std::chrono::steady_clock::duration &_dt)