Danny Mösch

Results 29 issues of Danny Mösch

Xcode is no longer a requirement. This allows Linux/Windows users to build the project, too. A current version of Xcode can directly open a project under control of the Swift...

The idea is to not just build a description of a rule configuration by crafting a string representation manually but applying a defined set of elements to build a model...

### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug In the example ```swift @propertyWrapper struct...

bug
good first issue

Might fix #3430. The comments used by Xcode only use `//` so there might not be the need to support block comments too. I think they are mainly what caused...

This PR adds a new `superfluous_else` rule that triggers on `if`-statements when an attached `else`-block can be removed, because all branches of the previous `if`-block(s) would certainly exit the current...