iOS-Open-GPX-Tracker icon indicating copy to clipboard operation
iOS-Open-GPX-Tracker copied to clipboard

Fix swiftlint in source code

Open merlos opened this issue 2 years ago • 1 comments

When swiflint is run it displays more than 260 issues

image

It should be reduced, ideally to 0.

Note: In the refactor, whenever there is a disable it should be documented why.

merlos avatar May 28 '23 19:05 merlos

Many of the messages were fixed in #249. There was a large majority of warnings due to the use of //this is my comment instead of // this is my comment (fixed adding a space after //).

merlos avatar Jun 02 '23 14:06 merlos