Skip to content

[Tooling] Refactor Fastlane lanes to use lanes and actions #668

@pylapp

Description

@pylapp
Member

Description

Today, some tools are used for the proejct software quality: SwiftLint as sources linter, SwiftFormat as sources formatter, Periphery as dead code tracker.
These tools can be used in CLI mode.
For consistancy reasons beteen the package repository and the design system toolbox repository, and the ease implementation and maintanance of CI/CD workflows, Fastlane commands have been dedined in Fastfiles to just call the tools as CLI.

Issue

It could be nice to replace CLI commands for linter, formatter and dead code tracker witht he suitable Fastlane actions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    🔍 studyTopic shuld be studied with prototypes or prooves of concepts🔍 triageA new issue that needs to be treated🔨 toolRelated to tooling🙏 help wantedExtra attention is needed🛠️ technical

    Type

    Projects

    Status

    Triage

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @pylapp

        Issue actions

          [Tooling] Refactor Fastlane lanes to use lanes and actions · Issue #668 · Orange-OpenSource/ouds-ios