Update cadence code for 1.0 #82
Annotations
1 error and 12 warnings
build
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
|
lint
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/
|
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
Sources/Address/AddressRegistry.swift#L98
Unused Optional Binding Violation: Prefer `!= nil` over `let _ =` (unused_optional_binding)
|
lint:
Sources/Models/AuthnRequest.swift#L31
Redundant Optional Initialization Violation: Initializing an optional variable with nil is redundant (redundant_optional_initialization)
|
lint:
Sources/Models/AuthnRequest.swift#L18
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
lint:
Sources/Models/Signable.swift#L294
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
lint:
Sources/Models/Signable.swift#L308
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
lint:
Sources/Models/FCLResponse.swift#L77
Line Length Violation: Line should be 250 characters or less; currently it has 277 characters (line_length)
|
lint:
Sources/Models/FCLResponse.swift#L137
Line Length Violation: Line should be 250 characters or less; currently it has 364 characters (line_length)
|
lint:
Sources/Models/FCLResponse.swift#L190
Line Length Violation: Line should be 250 characters or less; currently it has 353 characters (line_length)
|
lint:
Sources/Resolve/SignatureResolver.swift#L86
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
lint:
Sources/Resolve/AccountsResolver.swift#L110
Unused Optional Binding Violation: Prefer `!= nil` over `let _ =` (unused_optional_binding)
|