Skip to content

Added swift version to swiftformat #28

Added swift version to swiftformat

Added swift version to swiftformat #28

Triggered via pull request January 4, 2024 19:53
Status Failure
Total duration 39s
Artifacts

lint.yml

on: pull_request
SwiftLint
29s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
SwiftLint: WaiterRobot/Ui/Core/RefreshableScrollView.swift#L63
Type Name Violation: Type name 'Refreshing_Preview' should only contain alphanumeric and other allowed characters (type_name)
SwiftLint: WaiterRobot/Ui/Core/RefreshableScrollView.swift#L74
Type Name Violation: Type name 'PullToRefresh_Preview' should only contain alphanumeric and other allowed characters (type_name)
SwiftLint: WaiterRobot/Ui/Login/LoginScreen.swift#L12
Identifier Name Violation: Variable name 'vm' should be between 3 and 40 characters long (identifier_name)
SwiftLint: WaiterRobot/MainView.swift#L30
Identifier Name Violation: Variable name 'vm' should be between 3 and 40 characters long (identifier_name)
SwiftLint: WaiterRobot/MainView.swift#L44
Todo Violation: TODOs should be resolved (todo)
SwiftLint: WaiterRobot/Ui/Login/RegisterScreen.swift#L14
Identifier Name Violation: Variable name 'vm' should be between 3 and 40 characters long (identifier_name)
SwiftLint: WaiterRobot/Ui/Login/LoginScannerScreen.swift#L12
Identifier Name Violation: Variable name 'vm' should be between 3 and 40 characters long (identifier_name)
SwiftLint: WaiterRobot/Ui/TableDetail/TableDetailScreen.swift#L17
Identifier Name Violation: Variable name 'vm' should be between 3 and 40 characters long (identifier_name)
SwiftLint: WaiterRobot/Ui/TableDetail/TableDetailScreen.swift#L21
Todo Violation: TODOs should be resolved (add refreshing and loading ind...) (todo)
SwiftLint: WaiterRobot/Ui/Settings/SettingsScreen.swift#L12
Identifier Name Violation: Variable name 'vm' should be between 3 and 40 characters long (identifier_name)
SwiftLint: WaiterRobot/Ui/TableList/TableListScreen.swift#L16
Identifier Name Violation: Variable name 'vm' should be between 3 and 40 characters long (identifier_name)
SwiftLint: WaiterRobot/Ui/TableList/TableListScreen.swift#L30
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)