Skip to content

Add SwiftLint #21

Open
Open
@pjechris

Description

@pjechris

Add SwiftLint to lint code:

  1. Add a step to run linter in github test workflow
  2. Add swift format file with following rules (if they exist)
    • space/indentation: 4
    • max line width: 120
    • cases should not be indented
    • else and catch should go on a new line
    • return should 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)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions