Skip to content

Commit

Permalink
Move @preconcurrency attribute to script (realm#5492)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny authored Mar 9, 2024
1 parent a5818b9 commit ed0241a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@preconcurrency import SwiftSyntax
import SwiftSyntax
import SwiftSyntaxBuilder

@SwiftSyntaxRule(explicitRewriter: true)
Expand Down
1 change: 1 addition & 0 deletions tools/add-preconcurrency-imports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
files=(
"Source/SwiftLintBuiltInRules/Rules/Idiomatic/PrivateOverFilePrivateRule.swift"
"Source/SwiftLintBuiltInRules/Rules/Idiomatic/ToggleBoolRule.swift"
"Source/SwiftLintBuiltInRules/Rules/Lint/UnusedClosureParameterRule.swift"
"Source/SwiftLintBuiltInRules/Rules/Style/EmptyEnumArgumentsRule.swift"
"Source/SwiftLintBuiltInRules/Rules/Style/OptionalEnumCaseMatchingRule.swift"
"Source/SwiftLintBuiltInRules/Rules/Style/TrailingCommaRule.swift"
Expand Down

0 comments on commit ed0241a

Please sign in to comment.