Danny Mösch

Results 316 comments of Danny Mösch

The format requested by this issue is indeed not covered by the existing `colon` rule.

Can you reproduce the issue when running SwiftLint via command line? In other words, are violations reported in `TestSwift.swift` if you run `swiftlint` in the folder where `.swiftlint.yml` resides?

Works on my machine ... 😄 Are you sure the new option is set to `false` and you are using one of the release candidates for version 0.49.0? The fix...

Fantastic! 🥳 I think you mentioned enough reasons to justify the merge. Uncovering regressions only helps to further improve the new parser.

Works fine for me with the registry key `LongPathsEnabled` set to 1.

> @SimplyDanny what do you think? Without performance gains, the cluttered function interfaces and API changes I would actually postpone the update until the benefit is more visible. Given that...

You are exactly right. The examples are listed in the `RuleDescription` of every rule. They will be used in the documentation of the rule. Furthermore, they are automatically tested. Feel...

This is a great idea! I'd love to try this.

> I wonder if there's something we can do to add that documentation closer to the variable it represents in the configuration with a custom property wrapper, like how ArgumentParser...

The reported resolved/new issues (`untyped_error_in_catch`) will be resolved by #4001.