Doughnut
Doughnut copied to clipboard
Enforce the code style to avoid 'get' for readonly computed properties.
This PR removes the redundant get
keyword for readonly computed properties and enforce the implicit_getter
rule for SwiftLint.