feat: keyboard offset on iOS #487
verify-ios.yml
on: pull_request
🔎 Swift Lint
31s
📚 Swift Format
11s
🔎 ObjC Lint
1m 17s
📖 Unit tests
4m 45s
Annotations
10 errors and 1 warning
📚 Swift Format
Process completed with exit code 1.
|
🔎 Swift Lint:
ios/interactive/InvisibleInputAccessoryView.swift#L55
Todo Violation: TODOs should be resolved (Set the background color to tr...) (todo)
|
🔎 Swift Lint:
ios/observers/KeyboardEventsIgnorer.swift#L11
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
🔎 Swift Lint:
ios/observers/KeyboardEventsIgnorer.swift#L17
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
🔎 Swift Lint:
ios/observers/KeyboardEventsIgnorer.swift#L16
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
🔎 Swift Lint:
ios/observers/KeyboardMovementObserver.swift#L329
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
🔎 Swift Lint:
ios/observers/KeyboardMovementObserver.swift#L13
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 262 lines (type_body_length)
|
🔎 Swift Lint:
ios/interactive/KeyboardAreaExtender.swift#L32
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
🔎 Swift Lint:
ios/interactive/KeyboardAreaExtender.swift#L42
Identifier Name Violation: Variable name 'to' should be between 3 and 40 characters long (identifier_name)
|
🔎 ObjC Lint
Process completed with exit code 1.
|
📚 Swift Format
swiftformat 0.55.2 is already installed and up-to-date.
To reinstall 0.55.2, run:
brew reinstall swiftformat
|