File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Sources/SwiftBundler/Commands Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ disabled_rules:
7
7
- type_body_length
8
8
9
9
line_length : 150
10
- type_body_length : 300
11
10
file_length : 500
12
11
identifier_name :
13
12
max_length : 60
Original file line number Diff line number Diff line change @@ -457,6 +457,7 @@ struct BundleCommand: ErrorHandledCommand {
457
457
_ = try await doBundling ( resolvedPlatform: platform, resolvedDevice: device)
458
458
}
459
459
460
+ // swiftlint:disable cyclomatic_complexity
460
461
/// - Parameters
461
462
/// - dryRun: During a dry run, all of the validation steps are
462
463
/// performed without performing any side effects. This allows the
@@ -755,6 +756,7 @@ struct BundleCommand: ErrorHandledCommand {
755
756
756
757
return bundlerOutputStructure
757
758
}
759
+ // swiftlint:enable cyclomatic_complexity
758
760
759
761
/// Removes the given output directory if it exists.
760
762
static func removeExistingOutputs(
You can’t perform that action at this time.
0 commit comments