-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Add SwiftLint to lint code:
- Add a step to run linter in github
testworkflow - Add swift format file with following rules (if they exist)
- space/indentation: 4
- max line width: 120
- cases should not be indented
elseandcatchshould go on a new linereturnshould go on a new line- warnings should be disallowed (aka max warning is 0)
(The rules should be adapted to make it work with current code)
Reactions are currently unavailable