Skip to content

feat: keyboard offset on iOS #487

feat: keyboard offset on iOS

feat: keyboard offset on iOS #487

Triggered via pull request November 26, 2024 14:27
Status Failure
Total duration 4m 57s
Artifacts

verify-ios.yml

on: pull_request
🔎 Swift Lint
31s
🔎 Swift Lint
📚 Swift Format
11s
📚 Swift Format
🔎 ObjC Lint
1m 17s
🔎 ObjC Lint
📖 Unit tests
4m 45s
📖 Unit tests
Fit to window
Zoom out
Zoom in

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