feat: add feedback link to TestFlight release notes #75
pr-validation.yml
on: pull_request
SwiftLint
33s
PR Size Check
7s
Check Commit Messages
7s
Annotations
10 errors and 1 warning
|
SwiftLint:
V2er/General/V2erApp.swift#L196
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 4 (vertical_whitespace)
|
|
SwiftLint:
V2er/General/V2erApp.swift#L120
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
|
SwiftLint:
V2er/General/V2erApp.swift#L52
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
|
SwiftLint:
V2er/General/V2erApp.swift#L29
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
|
SwiftLint:
V2er/General/V2erApp.swift#L23
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
|
SwiftLint:
V2er/General/V2erApp.swift#L198
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
|
SwiftLint:
V2er/General/V2erApp.swift#L14
Discouraged Direct Initialization Violation: Discouraged direct initialization of types that can be harmful (discouraged_direct_init)
|
|
SwiftLint:
V2er/General/Persist.swift#L26
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
|
SwiftLint:
V2er/General/AccountState.swift#L12
Identifier Name Violation: Variable name 'ACCOUNT_KEY' should only contain alphanumeric and other allowed characters (identifier_name)
|
|
SwiftLint:
V2erUITests/V2erUITests.swift#L19
Line Length Violation: Line should be 120 characters or less; currently it has 182 characters (line_length)
|
|
Check Commit Messages
Found 1 commits without conventional format:
- b8b014d: Merge remote-tracking branch 'origin/main' into feature/add-feedback-link-to-release-notes
|