mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
This reverts commit 56461c3ab4.
This commit is contained in:
@@ -147,13 +147,6 @@ extension Example: Comparable {
|
||||
}
|
||||
}
|
||||
|
||||
/// Allows to initialize an ``Example`` as `let example: Example = "..."`.
|
||||
extension Example: ExpressibleByStringInterpolation {
|
||||
public init(stringLiteral value: String) {
|
||||
self.init(value)
|
||||
}
|
||||
}
|
||||
|
||||
public extension Array where Element == Example {
|
||||
/// Make these examples skip wrapping in comment tests.
|
||||
func skipWrappingInCommentTests() -> Self {
|
||||
|
||||
Reference in New Issue
Block a user