* Add iOS linter & report issues on PR * Fix lint errors --------- Co-authored-by: Seph Soliman <github@seph.dk>
22 lines
234 B
YAML
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
|