Js 57 app store guidelines add report button #109
Annotations
11 warnings
SwiftLint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
SwiftLint:
Jigsaw-app/Jigsaw/Models/Onboarding/OnboardingSteps.swift#L15
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration. (orphaned_doc_comment)
|
SwiftLint:
Jigsaw-app/Jigsaw/Models/Onboarding/OnboardingSteps.swift#L16
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration. (orphaned_doc_comment)
|
SwiftLint:
Jigsaw-app/Jigsaw/Models/Onboarding/OnboardingSteps.swift#L17
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration. (orphaned_doc_comment)
|
SwiftLint:
Jigsaw-app/Jigsaw/Controllers/Home/MatchingViewController.swift#L70
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration. (opening_brace)
|
SwiftLint:
Jigsaw-app/Jigsaw/Controllers/Home/MatchingViewController.swift#L150
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces. (vertical_whitespace_closing_braces)
|
SwiftLint:
Jigsaw-app/Jigsaw/Controllers/Home/HomeCollectionViewController.swift#L197
Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
|
SwiftLint:
Jigsaw-app/Jigsaw/Controllers/Home/HomeCollectionViewController.swift#L39
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line. Currently 2. (vertical_whitespace)
|
SwiftLint:
Jigsaw-app/Jigsaw/Controllers/Home/GameViewController.swift#L118
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration. (opening_brace)
|
SwiftLint:
Jigsaw-app/Jigsaw/Generated/Strings+Generated.swift#L6
Superfluous Disable Command Violation: 'prefer_self_in_static_references' is not a valid SwiftLint rule. Please remove it from the disable command. (superfluous_disable_command)
|
SwiftLint:
Jigsaw-app/Jigsaw/Generated/Strings+Generated.swift#L10
Superfluous Disable Command Violation: 'prefer_self_in_static_references' is not a valid SwiftLint rule. Please remove it from the disable command. (superfluous_disable_command)
|