HankoAcademy / UnraisinYourself

MIT License
0 stars 2 forks source link

Add SwiftLint #1

Open han-codes opened 1 year ago

han-codes commented 1 year ago

Add SwiftLint as a library.

Having a linter would allow us to have more consistent code styling with multiple devs working in one codebase. SwiftLint is one of the most popular ones used for Swift code and a great one to have while we're early in the project.

SwiftLint comes with some default styling rules but is customizable if we decide to add additional rules ourselves.

SwiftLint - https://github.com/realm/SwiftLint

markyminaj commented 1 year ago

Currently added on develop branch