Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 710 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 710 Bytes

OrzSwiftLint

Perform unified lint checking for all swift projects in OrzGeeker

Usage

Xcode Target

xcode use swift package plugin

Swift Package Package

    .target(
        name: "<You Swift Package Name>",
        plugins: [
            .plugin(name: "OrzSwiftLintBuildToolPlugin", package: "OrzSwiftLint")
        ]
    )

Reference