jamie-brannan / galere

Gallery of creative code that makes what looks like problems into artistic expressions
MIT License
1 stars 0 forks source link

Add SwiftLint to the project #14

Closed jamie-brannan closed 5 months ago

jamie-brannan commented 6 months ago

Following up to date documentation on how to add with SPM in Xcode : https://github.com/realm/SwiftLint

❓ what's the instructions for call for using SwiftLint with a Package project versus just a plain projet?

.target(
    ...
    plugins: [.plugin(name: "SwiftLintPlugin", package: "SwiftLint")]
),