File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -192,4 +192,4 @@ custom_rules:
192
192
empty_line_after_type_declaration :
193
193
name : " Empty line after type declaration"
194
194
message : " Type declaration should start with an empty line."
195
- regex : " ( |^)(actor|class|struct|enum|protocol|extension) (?!var)[^\\ {]*? \\ {(?!\\ n *\\ }) *\\ n? *\\ S"
195
+ regex : " ( |^)(actor|class|struct|enum|protocol|extension) (?!var)[^\\ {]*? \\ {(?!\\ s *\\ }) *\\ n? *\\ S"
Original file line number Diff line number Diff line change 6
6
// Copyright © 2025 Kamil Strzelecki. All rights reserved.
7
7
//
8
8
9
- @_exported import SwiftBasicFormat
10
- @_exported import SwiftDiagnostics
11
- @_exported import SwiftSyntax
12
- @_exported import SwiftSyntaxBuilder
13
- @_exported import SwiftSyntaxMacros
9
+ @_documentation ( visibility : internal ) @ _exported import SwiftBasicFormat
10
+ @_documentation ( visibility : internal ) @ _exported import SwiftDiagnostics
11
+ @_documentation ( visibility : internal ) @ _exported import SwiftSyntax
12
+ @_documentation ( visibility : internal ) @ _exported import SwiftSyntaxBuilder
13
+ @_documentation ( visibility : internal ) @ _exported import SwiftSyntaxMacros
You can’t perform that action at this time.
0 commit comments