Doughnut icon indicating copy to clipboard operation
Doughnut copied to clipboard

Enforce the code style to avoid 'get' for readonly computed properties.

Open GetToSet opened this issue 2 years ago • 0 comments

This PR removes the redundant get keyword for readonly computed properties and enforce the implicit_getter rule for SwiftLint.

GetToSet avatar Oct 29 '22 05:10 GetToSet