Skip to content

SwiftLint not run with Swift package #160

@yo1995

Description

@yo1995

image

I spotted some linter warnings from the toolkit source files. I realized that with the Swift package manifest setup, it is different than an Xcode project file where we can place a shell script in its Build Phases. Is this already taken into consideration?

One of the linter warning example ⚠️ Closure Opening Space Violation: Use one space between the brace and bracket. (closure_opening_space)

rotationObservation = mapView.observe(\.rotation, options: .new) {[weak self] (_, change) in

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions