Skip to content

Implement Anchor coding, Tag coding and redundancy auto-aliasing #322

Implement Anchor coding, Tag coding and redundancy auto-aliasing

Implement Anchor coding, Tag coding and redundancy auto-aliasing #322

Re-run triggered October 11, 2024 02:39
Status Failure
Total duration 3m 55s
Artifacts

swiftlint_analyze.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Analyze: Sources/Yams/RedundancyAliasingStrategy.swift#L9
All imported modules should be required to make the file compile (unused_import)
Analyze: Sources/Yams/YamlAnchorProviding.swift#L9
All imported modules should be required to make the file compile (unused_import)
Analyze: Sources/Yams/Node.Alias.swift#L9
All imported modules should be required to make the file compile (unused_import)
Analyze: Tests/YamsTests/TagCodingTests.swift#L206
Declarations should be referenced at least once within all files linted (unused_declaration)
Analyze: Tests/YamsTests/TagCodingTests.swift#L207
Declarations should be referenced at least once within all files linted (unused_declaration)
Analyze: Tests/YamsTests/AnchorCodingTests.swift#L270
Declarations should be referenced at least once within all files linted (unused_declaration)
Analyze: Tests/YamsTests/AnchorCodingTests.swift#L271
Declarations should be referenced at least once within all files linted (unused_declaration)
Analyze: Tests/YamsTests/AnchorCodingTests.swift#L288
Declarations should be referenced at least once within all files linted (unused_declaration)
Analyze
Process completed with exit code 2.