Miguel Jimenez
Results
2
issues of
Miguel Jimenez
#### Summary This PR adds the SwiftUI property declaration sort rule to the style guide. #### Reasoning its preferred that SwiftUI properties are sorted by their dynamic property type. The...
#### Summary This PR replaces the SwiftLint `void_return` in favor to the SwiftFormat `void` rule in conjunction with the existing `redundantVoidReturnType` which cover the same functionality and additional rules described...