Rename swiftagram to socialgraphkit #323
Closed
Annotations
10 errors and 1 warning
|
Sources/SocialGraphKit/Client/Application.swift#L38
Type Contents Order Violation: A 'type_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
|
|
Sources/SocialGraphKit/Client/Application.swift#L28
Type Contents Order Violation: A 'type_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
|
|
Sources/SocialGraphCrypto/Endpoints/Endpoint+Uploader.swift#L95
Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
|
|
Sources/SocialGraphCrypto/Extensions/Crypto.swift#L11
Sorted Imports Violation: Imports should be sorted (sorted_imports)
|
|
Sources/SocialGraphCrypto/Extensions/Crypto.swift#L29
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
|
Sources/SocialGraphCrypto/Authentication/Basic/Authenticator+Basic.swift#L44
Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'type_method' (type_contents_order)
|
|
Examples/Followers/Followers/FollowersView.swift#L27
Operator Usage Whitespace Violation: Operators should be surrounded by a single whitespace when they are being used (operator_usage_whitespace)
|
|
Examples/Followers/Followers/Reusables/AvatarButton.swift#L38
Attributes Violation: Attributes with arguments or inside always_on_line_above must be on a new line instead of the same line (attributes)
|
|
Examples/Followers/Followers/Reusables/AvatarButton.swift#L15
Attributes Violation: Attributes with arguments or inside always_on_line_above must be on a new line instead of the same line (attributes)
|
|
Examples/Authenticator/Authenticator/Text.swift#L27
Operator Usage Whitespace Violation: Operators should be surrounded by a single whitespace when they are being used (operator_usage_whitespace)
|
|
|
The logs for this run have expired and are no longer available.
Loading