teslamotors / react-native-camera-kit

A high performance, easy to use, rock solid camera library for React Native apps.
MIT License
2.42k stars 577 forks source link

Add iOS linter & report issues on PR #634

Closed DavidBertet closed 1 month ago

DavidBertet commented 6 months ago

Summary

Add SwiftLint to lint iOS code to enforce code consistency

Update lint Github Action to raise error/warning on PRs using annotations

yarn check-ios can be used locally to automatically fix simple issues and raise other ones

How did you test this change?

Only cosmetic code updates.