Skip to content

Commit 8add752

Browse files
committed
Remove inline comment that disables a swiftlint rule
1 parent 17e20f1 commit 8add752

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/hostmgr/commands/generate/GenerateBuildkiteJobScript.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ struct GenerateBuildkiteJobScript: ParsableCommand {
2727
].joined(separator: "\n")
2828
}
2929

30-
// swiftlint:disable:next function_body_length
3130
func generateExports(
3231
from environment: [String: String] = ProcessInfo.processInfo.environment
3332
) throws -> [String: String] {

0 commit comments

Comments
 (0)