Skip to content

nicolas-christe/swiftlintPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftLint

SwiftLint plugin and shared config.

To add to your SPM, add the following lines to your Package.swift:

In the dependencies section:

    .package(url: "https://github.com/nicolas-christe/swiftlint.git", .upToNextMajor(from: "1.0.0")),

in your targets:

    plugins: [.plugin(name: "swiftlint", package: "swiftlint")])

To update swiftgen binaries

Download the artifactbundle.zip from https://github.com/realm/SwiftLint/releases/. In the pluging package directory run swift package compute-checksum SwiftLintBinary-macos.artifactbundle.zip to compute the checksum. Then update the binaryTarget on the package file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages