We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52dc50 commit 6105c33Copy full SHA for 6105c33
Utilities/format.swift
@@ -67,7 +67,7 @@ let excluded: Set<String> = [
67
URL(fileURLWithPath: #filePath).lastPathComponent,
68
]
69
70
-/// Returns a list of directories to format.
+/// Returns a list of file paths to format.
71
func filesToFormat() -> [String] {
72
var files: [String] = []
73
let fileManager = FileManager.default
0 commit comments