Run build for Swift 5.9, 5.10 and 6.0 #3
Annotations
3 warnings
lint:
Tests/AuthorizationTests/AuthorizationTests.swift#L1
Files should not contain leading whitespace (leading_whitespace)
|
lint:
Sources/Authorization/Authorization.swift#L14
Initializing an optional variable with nil is redundant (redundant_optional_initialization)
|
lint:
Sources/Authorization/Authorization.swift#L136
Shorthand syntactic sugar should be used, i.e. [Int] instead of Array<Int> (syntactic_sugar)
|
Loading