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