react-native-camera-kit/.swiftlint.yml
David Bertet a13aa787c4
Add iOS linter & report issues on PR (#634)
* Add iOS linter & report issues on PR

* Fix lint errors

---------

Co-authored-by: Seph Soliman <github@seph.dk>
2024-04-30 16:10:07 -07:00

22 lines
234 B
YAML

included:
- ios
- example/ios
excluded:
- ios/Pods
- example/ios/Pods
disabled_rules:
- todo
line_length: 160
type_body_length: 400
function_body_length: 50
identifier_name:
excluded:
- on
- x
- y
- at