Add swiftlint local and github #4
Annotations
1 error and 10 warnings
SwiftLint:
Tests/zcash-swift-payment-uriTests/ZIP321Tests.swift#L4
Type Name Violation: Type name 'zcash_swift_payment_uriTests' should only contain alphanumeric and other allowed characters (type_name)
|
SwiftLint:
Sources/zcash-swift-payment-uri/ZIP321.swift#L49
Comma Spacing Violation: There should be no space before and one after any comma (comma)
|
SwiftLint:
Sources/zcash-swift-payment-uri/ZIP321.swift#L52
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
SwiftLint:
Sources/zcash-swift-payment-uri/ZIP321.swift#L21
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
SwiftLint:
Tests/zcash-swift-payment-uriTests/EncodingTests.swift#L93
Line Length Violation: Line should be 150 characters or less; currently it has 156 characters (line_length)
|
SwiftLint:
Tests/zcash-swift-payment-uriTests/EncodingTests.swift#L50
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
SwiftLint:
Sources/zcash-swift-payment-uri/Render.swift#L18
TODO Violation: TODO or FIXME without issue number. Format TODO: [#...] (todos)
|
SwiftLint:
Sources/zcash-swift-payment-uri/Render.swift#L56
TODO Violation: TODO or FIXME without issue number. Format TODO: [#...] (todos)
|
SwiftLint:
Sources/zcash-swift-payment-uri/Render.swift#L61
TODO Violation: TODO or FIXME without issue number. Format TODO: [#...] (todos)
|
SwiftLint:
Sources/zcash-swift-payment-uri/Render.swift#L11
Redundant String Enum Value Violation: String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
|
SwiftLint:
Sources/zcash-swift-payment-uri/Render.swift#L12
Redundant String Enum Value Violation: String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
|