Danny Mösch

Results 396 comments of Danny Mösch
trafficstars

> Are these CI failures something that I'm doing @SimplyDanny ? - https://buildkite.com/swiftlint/swiftlint/builds/8753 - they all seem to be concurrency related, but it feels like they come and go at...

> > > Are these CI failures something that I'm doing @SimplyDanny ? - https://buildkite.com/swiftlint/swiftlint/builds/8753 - they all seem to be concurrency related, but it feels like they come and...

Using the Copilot to craft rule descriptions is a very good idea. This can reduce the effort a lot. 👍 For coding in SwiftLint it's often not very helpful unfortunately.

@mildm8nnered: All my remarks have been addressed. You are free to merge this once it's ready from your point of view. 👍

I see where you are coming from and why this would help, yet I was wondering whether a new separate key is really the way to go. The list is...

> Also what's the minimum version of macOS that SwiftLint supports? Would love to use new SwiftRegex but it's macOS 13 or newer only SwiftLint still supports macOS 12. We'd...

In your implementation it could be helpful to know that `Version` objects are `Comparable`. 😉

This is mentioned in the README: > It is important to note that the regular expression pattern is used with the flags `s` and `m` enabled, that is `.` [matches...

> I just ran into this issue again, and it looks like as of SwiftPM 5.9 a plugin can add a permission to allow network connections: https://developer.apple.com/documentation/packagedescription/pluginpermission/allownetworkconnections(scope:reason:) This permission can...

Since `$_` is allowed as a parameter, the same rules used for normal parameters apply here as well. In the example, if any of `$historyItem` or `historyItem` is used in...