konrad1977 / loco

A linter for Swift Localizations
MIT License
73 stars 2 forks source link

Removed spelling mistakes, refactored code in some places with Swift style guide #2

Closed Kirchberg closed 2 years ago

Kirchberg commented 2 years ago

Hi, @konrad1977! I am impressed with the amount of work you have done to present this cool linter. Thank you very much!

In this PR I have done some little improvements. Removed spelling mistakes, refactored code in some places with Swift style guide. Also I have removed public access control due to redundance.

konrad1977 commented 2 years ago

Thanks ❤️

konrad1977 commented 2 years ago

I reverted the guard let style and !negation. I know it's not the usually swift style but it's the one I prefer. But everything else is merged.