feat: poc: Telemetry architecture #951
Annotations
10 errors and 1 warning
GitHub Action for SwiftLint:
Sources/Confidence/Telemetry/TelemetryManager.swift#L11
Trailing Semicolon Violation: Lines should not have trailing semicolons (trailing_semicolon)
|
GitHub Action for SwiftLint:
Sources/Confidence/Telemetry/TelemetryManager.swift#L12
Trailing Semicolon Violation: Lines should not have trailing semicolons (trailing_semicolon)
|
GitHub Action for SwiftLint:
Sources/Confidence/Telemetry/TelemetryManager.swift#L44
Trailing Semicolon Violation: Lines should not have trailing semicolons (trailing_semicolon)
|
GitHub Action for SwiftLint:
Sources/Confidence/Telemetry/TelemetryManager.swift#L52
Trailing Semicolon Violation: Lines should not have trailing semicolons (trailing_semicolon)
|
GitHub Action for SwiftLint:
Sources/Confidence/Http/NetworkClient.swift#L32
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoApp/ContentView.swift#L25
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoApp/ContentView.swift#L99
Force Try Violation: Force tries should be avoided (force_try)
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoApp/ContentView.swift#L123
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoApp/ContentView.swift#L123
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoApp/ConfidenceDemoApp.swift#L24
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading