vscode-swiftlint icon indicating copy to clipboard operation
vscode-swiftlint copied to clipboard

Report 1 Command failed: swiftlint lint --quiet --reporter jsonError: No lintable files found at paths: ''

Open H-G-Hristov opened this issue 8 months ago • 0 comments

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

H-G-Hristov avatar Oct 02 '23 06:10 H-G-Hristov