Add Swiftlint
This commit is contained in:
@ -21,7 +21,7 @@ final class ColorsConfigurationTests: XCTestCase {
|
||||
xcassetsPath: "path/to/assets.xcassets",
|
||||
extensionOutputPath: "Colors/Generated",
|
||||
extensionName: nil,
|
||||
extensionNameSwiftUI: nil,
|
||||
extensionNameUIKit: nil,
|
||||
extensionSuffix: nil,
|
||||
staticMembers: false)
|
||||
// When
|
||||
@ -50,7 +50,7 @@ final class ColorsConfigurationTests: XCTestCase {
|
||||
xcassetsPath: "path/to/assets.xcassets",
|
||||
extensionOutputPath: "Colors/Generated",
|
||||
extensionName: "AppUIColor",
|
||||
extensionNameSwiftUI: "AppColor",
|
||||
extensionNameUIKit: "AppColor",
|
||||
extensionSuffix: "Testing",
|
||||
staticMembers: false)
|
||||
// When
|
||||
@ -70,7 +70,7 @@ final class ColorsConfigurationTests: XCTestCase {
|
||||
"false",
|
||||
"--extension-name",
|
||||
"AppUIColor",
|
||||
"--extension-name-swift-ui",
|
||||
"--extension-name-ui-kit",
|
||||
"AppColor",
|
||||
"--extension-suffix",
|
||||
"Testing",
|
||||
|
Reference in New Issue
Block a user