You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xcrun swift-format /Users/cavivie/Workspace/DemoSwift//Hello.swift
xcrun swift-format /Users/cavivie/Workspace/DemoSwift/scripts/..//Hello.swift
// why candidate path output:
/Users/cavivie/Workspace/DemoSwift//Hello.swift
// I think it should be converted to:
/Users/cavivie/Workspace/DemoSwift/Hello.swift
/Users/cavivie/Workspace/DemoSwift/Hello.swift and /Users/cavivie/Workspace/DemoSwift/scripts/../Hello.swift files should be considered as one file.