mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
Enable upcoming feature "Concise Magic File" (#5637)
This commit is contained in:
@@ -61,7 +61,7 @@ public extension Example {
|
||||
/// Defaults to the line where this initializer is called.
|
||||
init(_ code: String, configuration: [String: any Sendable]? = nil, testMultiByteOffsets: Bool = true,
|
||||
testWrappingInComment: Bool = true, testWrappingInString: Bool = true, testDisableCommand: Bool = true,
|
||||
testOnLinux: Bool = true, file: StaticString = #file, line: UInt = #line,
|
||||
testOnLinux: Bool = true, file: StaticString = #filePath, line: UInt = #line,
|
||||
excludeFromDocumentation: Bool = false) {
|
||||
self.code = code
|
||||
self.configuration = configuration
|
||||
|
||||
Reference in New Issue
Block a user