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

onlyEnableWithConfig confusion

Open goodwillcoding opened this issue 7 months ago • 0 comments

Is there more information on onlyEnableWithConfig. This does not seem to work. I have following directory structure

foo.code-workspace
bar\
  .swiftlint.yml

And it does not lint based on that file being present with the onlyEnableWithConfig option enabled.

I tried adding moving .swiftlint.yml to the same level as foo.code-workspace and it still did not work

foo.code-workspace
.swiftlint.yml
bar\
  .swiftlint.yml

I do NOT have and Swiftlint: Config Search Paths defined.

goodwillcoding avatar Nov 21 '23 19:11 goodwillcoding