Andrew Lord

Results 58 comments of Andrew Lord

I feel like the better way to run tools like SwiftFormat and SwiftLint will become SPM plugins that can be ran from command line or via the Xcode 14 UI....

Closing, as the solution is to use the streaming API when there will be a lot of output.

Thank you for letting me know. I'm unlikely to get time to update it for Windows unfortunately. I don't use Windows at all. I will add a note to the...

Thank you for even more information. You've been a great help. I will say specifically that some commands were written with MacOS in mind and so may not work as...

Brew is still really good for UI apps. I install everything I can via it, so I can maintain a Brewfile that can set up everything on my system. It...

I added a file to be excluded and that didn't seem to be honoured. But that is a very good point, due to the excluded file not being excluded I...

It looks like '.swiftlint.yml' is actually handled within SwiftLintFramework. It also looks like there is a separate argument concerning whether to exclude a file that the config file says to...

I noticed a similar issue. If I apply KSP or Moshi Gradle plugins from a plugin then no code is generated. I have to apply those plugins in the modules...