Listening Feature for CoughSync #21
Annotations
10 errors
SwiftLint:
CoughSync/CoughSyncDetection.swift#L47
Conditional Returns on Newline Violation: Conditional statements should always return on the next line (conditional_returns_on_newline)
|
SwiftLint:
CoughSync/CoughSyncDetection.swift#L62
Conditional Returns on Newline Violation: Conditional statements should always return on the next line (conditional_returns_on_newline)
|
SwiftLint:
CoughSync/CoughSyncDetection.swift#L72
Conditional Returns on Newline Violation: Conditional statements should always return on the next line (conditional_returns_on_newline)
|
SwiftLint:
CoughSync/CoughSyncDetection.swift#L94
Conditional Returns on Newline Violation: Conditional statements should always return on the next line (conditional_returns_on_newline)
|
SwiftLint:
CoughSync/CoughSyncDetection.swift#L100
Conditional Returns on Newline Violation: Conditional statements should always return on the next line (conditional_returns_on_newline)
|
SwiftLint:
CoughSync/CoughSyncDetection.swift#L37
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
CoughSync/CoughSyncDetection.swift#L55
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
CoughSync/CoughSyncDetection.swift#L116
Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
|
SwiftLint:
CoughSync/CoughSyncDetection.swift#L96
Operator Usage Whitespace Violation: Operators should be surrounded by a single whitespace when they are being used (operator_usage_whitespace)
|
SwiftLint:
CoughSync/CoughSyncDetection.swift#L22
Sorted Imports Violation: Imports should be sorted (sorted_imports)
|
Loading