software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.59k stars 1.26k forks source link

Fix C++ linter on CI #6147

Closed piaskowyk closed 1 week ago

piaskowyk commented 1 week ago

Summary

This PR aims to fix the C++ linter on CI after transition to the monorepo.

piaskowyk commented 1 week ago

image This means that it is working again. When we merge this PR into this one, it will show as green 🎉

piaskowyk commented 1 week ago

I made a C++ change in this PR to address a new error that appeared after enabling the linter CI.

image

If someone prefers, I can move this change to a separate PR.