Fix Linting Issues #6
Annotations
5 errors and 10 warnings
|
swiftlint:
Sources/TwitterAPIKit/APIv1/Geo/Requests/GetGeoSearchRequestV1.swift#L13
Enum element name 'ip' should be between 3 and 40 characters long (identifier_name)
|
|
swiftlint:
Sources/TwitterAPIKit/TwitterAPIClient.swift#L51
Variable name 'v1' should be between 3 and 40 characters long (identifier_name)
|
|
swiftlint:
Sources/TwitterAPIKit/TwitterAPIClient.swift#L54
Variable name 'v2' should be between 3 and 40 characters long (identifier_name)
|
|
swiftlint:
Sources/TwitterAPIKit/APIv2/TwitterAPIv2.swift#L57
Variable name 'dm' should be between 3 and 40 characters long (identifier_name)
|
|
swiftlint
Process completed with exit code 2.
|
|
swiftlint:
BuildTools/Package.swift#L4
All declarations should specify Access Control Level keywords explicitly (explicit_acl)
|
|
swiftlint:
BuildTools/Package.swift#L4
Top-level declarations should specify Access Control Level keywords explicitly (explicit_top_level_acl)
|
|
swiftlint:
Package.swift#L10
All declarations should specify Access Control Level keywords explicitly (explicit_acl)
|
|
swiftlint:
Package.swift#L11
All declarations should specify Access Control Level keywords explicitly (explicit_acl)
|
|
swiftlint:
Package.swift#L13
All declarations should specify Access Control Level keywords explicitly (explicit_acl)
|
|
swiftlint:
Package.swift#L14
All declarations should specify Access Control Level keywords explicitly (explicit_acl)
|
|
swiftlint:
Package.swift#L17
All declarations should specify Access Control Level keywords explicitly (explicit_acl)
|
|
swiftlint:
Package.swift#L10
Top-level declarations should specify Access Control Level keywords explicitly (explicit_top_level_acl)
|
|
swiftlint:
Package.swift#L11
Top-level declarations should specify Access Control Level keywords explicitly (explicit_top_level_acl)
|
|
swiftlint:
Package.swift#L13
Top-level declarations should specify Access Control Level keywords explicitly (explicit_top_level_acl)
|