Danny Mösch

Results 406 comments of Danny Mösch

This is hopefully going to be resolved by an [accepted Swift Evolution proposal](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0438-metatype-keypath.md). At the moment, there is not much SwiftLint can do as it doesn't know if the element...

Please be a bit more specific. Provide a simplified example together with your expectation and the location where the rule actually triggers. Also check your example with the latest release...

> Sorry, the code is under NDA. Sorry, but if you don't spend the effort to provide some **simplified** example to help people make sense of your code, you can...

- Try if 0.55.1 changes anything. - Check if the rule's options change anything. - What does "always concat" mean? - Does the rule trigger in the first line or...

This should be hidden behind a new option which is off by default.

> > This should be hidden behind a new option which is off by default. > > So the idea would be to add something like a `ignore_isolation_inheritance_parameter` configuration option...

Can you provide a small reproducer? For me, this works. The configurations ```yml type_body_length: warning: 40 type_body_length: warning: 40 error: 50 type_body_length: 40 type_body_length: [40, 50] ``` work as I'd...

How do you call SwiftLint in all these cases? Command line, plugin, Bazel, ...? Can it be that the configuration isn't read at all in your main project? Or are...

Something must be different though. Hard to believe, that the same tool version with the same configuration and code base behaves differently. Did you try running SwiftLint from the command...

> Without even getting CI involved, all I have to do is copy the same file + config in a new folder and it will work, while it wouldn't on...