Skip to content

[Demo App] Adding Confidence provider base demo app #255

[Demo App] Adding Confidence provider base demo app

[Demo App] Adding Confidence provider base demo app #255

Triggered via pull request July 26, 2023 10:07
@alina-v1alina-v1
synchronize #41
demo-app
Status Failure
Total duration 3m 53s
Billable time 5m
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
SwiftLint: ConfidenceDemoAppTests/Confidence_DemoTests.swift#L4
Type Name Violation: Type name 'Confidence_DemoTests' should only contain alphanumeric and other allowed characters (type_name)
SwiftLint: ConfidenceDemoApp/Confidence_DemoApp.swift#L6
Type Name Violation: Type name 'Confidence_DemoApp' should only contain alphanumeric and other allowed characters (type_name)
SwiftLint: ConfidenceDemoAppUITests/Confidence_DemoUITestsLaunchTests.swift#L3
Type Name Violation: Type name 'Confidence_DemoUITestsLaunchTests' should only contain alphanumeric and other allowed characters (type_name)
SwiftLint: ConfidenceDemoAppUITests/Confidence_DemoUITests.swift#L3
Type Name Violation: Type name 'Confidence_DemoUITests' should only contain alphanumeric and other allowed characters (type_name)
SwiftLint: ConfidenceDemoAppTests/Confidence_DemoTests.swift#L28
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
SwiftLint: ConfidenceDemoAppTests/Confidence_DemoTests.swift#L5
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
SwiftLint: ConfidenceDemoApp/ContentView.swift#L20
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
SwiftLint: ConfidenceDemoApp/ContentView.swift#L22
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
SwiftLint: ConfidenceDemoApp/ContentView.swift#L5
Redundant Type Annotation Violation: Variables should not have redundant type annotation (redundant_type_annotation)
SwiftLint: ConfidenceDemoApp/ContentView.swift#L6
Redundant Type Annotation Violation: Variables should not have redundant type annotation (redundant_type_annotation)
SwiftLint: ConfidenceDemoApp/ContentView.swift#L15
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
SwiftLint: Tests/ConfidenceProviderTests/Helpers/CacheDataUtility.swift#L7
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
SwiftLint: Tests/ConfidenceProviderTests/Helpers/CacheDataUtility.swift#L12
Indentation Width Violation: Code should be unindented by multiples of one tab or multiples of 4 spaces (indentation_width)
SwiftLint: ConfidenceDemoAppUITests/Confidence_DemoUITestsLaunchTests.swift#L4
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)