Open tetraoxygen opened 2 years ago
Hi @tetraoxygen, thanks for your feedback. Did you delete Tests/WorkInModelTests/WorkInModelTests.swift
?
No, though this was over Live Share.
This issue takes a little bit more effort as SwiftLint has no direct access to the files. Configs and the FS is not available.
Probably the extension on the live share host needs to open a server which broadcasts all linting results, while the guests need to send requests to it (like „I opened file xyz“).
This might take a while.
Report Command failed: /opt/homebrew/bin/swiftlint --use-script-input-files --quiet --reporter json --formaterror opening input file '/Tests/WorkInModelTests/WorkInModelTests.swift' (No such file or directory)Most rules will be skipped because sourcekitd has failed.SourceKittenFramework/File.swift:20: Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=NSCocoaErrorDomain Code=260 "The file “WorkInModelTests.swift” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Tests/WorkInModelTests/WorkInModelTests.swift, NSUnderlyingError=0x12e0140e0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}