Skip to content

The Unite Lint Configuration for all projects of swift

Notifications You must be signed in to change notification settings

OrzGeeker/OrzSwiftLint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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