Sources/SwiftFormatPrettyPrint/TokenStreamCreator.swift (3 lines): - line 736: // TODO: - Other nodes (yet to be organized) - line 1179: // TODO: For now, just use the raw text of the node and don't try to format it deeper. In the - line 2916: // TODO: It would be nice to restrict this to only allow multiple lines between statements Sources/SwiftFormatRules/GroupNumericLiterals.swift (2 lines): - line 25: /// TODO: Minimum numeric literal length bounds and numeric groupings have been selected arbitrarily; - line 27: /// TODO: Handle floating point literals. Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift (1 line): - line 34: // FIXME: Create an `&&` expression with both conditions? Sources/SwiftFormatRules/NeverUseImplicitlyUnwrappedOptionals.swift (1 line): - line 23: /// TODO: Create exceptions for other UI elements (ex: viewDidLoad) Sources/SwiftFormatRules/NoAccessLevelOnExtensionDeclaration.swift (1 line): - line 24: /// TODO: Find a better way to access modifiers and keyword tokens besides casting each declaration Sources/SwiftFormatRules/NeverUseForceTry.swift (1 line): - line 23: /// TODO: Create exception for NSRegularExpression Sources/swift-format/VersionOptions.swift (1 line): - line 22: // TODO: Automate updates to this somehow. Sources/SwiftFormatCore/FindingEmitter.swift (1 line): - line 51: // TODO: Provide a way via the formatter configuration for users to customize the severity of Sources/SwiftFormatPrettyPrint/SequenceExprFolding.swift (1 line): - line 38: // TODO: Look at adding true structural nodes (like BinaryExpr) to