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
My Swift projects are located in subfolders of the main project (which is C++) and I am getting this popup all the time.
Is it possible to make SwiftLint to work on multiroot projects?
Error: Command failed: swiftlint lint --quiet --reporter json
Error: No lintable files found at paths: ''
at ChildProcess.exithandler (node:child_process:431:12)
at ChildProcess.emit (node:events:513:28)
at maybeClose (node:internal/child_process:1091:16)
at ChildProcess._handle.onexit (node:internal/child_process:302:5)
os: darwin
The text was updated successfully, but these errors were encountered:
My Swift projects are located in subfolders of the main project (which is C++) and I am getting this popup all the time.
Is it possible to make SwiftLint to work on multiroot projects?
The text was updated successfully, but these errors were encountered: