Skip to content

✨ Set up GitHub Copilot instructions for the repository #71

✨ Set up GitHub Copilot instructions for the repository

✨ Set up GitHub Copilot instructions for the repository #71

Re-run triggered October 10, 2025 02:06
Status Success
Total duration 45s
Artifacts

pr-validation.yml

on: pull_request
SwiftLint
40s
SwiftLint
PR Size Check
6s
PR Size Check
Check Commit Messages
5s
Check Commit Messages
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
SwiftLint: V2er/General/Color.swift#L16
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: V2er/General/Color.swift#L139
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: V2er/General/Color.swift#L13
Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
SwiftLint: V2er/General/RootView.swift#L89
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
SwiftLint: V2er/General/RootView.swift#L12
Returning Whitespace Violation: Return arrow and return type should be separated by a single space or on a separate line (return_arrow_whitespace)
SwiftLint: V2er/General/RootView.swift#L16
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: V2er/General/RootView.swift#L9
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: V2er/General/AccountState.swift#L12
Identifier Name Violation: Variable name 'ACCOUNT_KEY' should only contain alphanumeric and other allowed characters (identifier_name)
SwiftLint: V2er/General/Persist.swift#L26
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
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: - 3a48c67: Initial plan