MyGit

0.50.0-rc.3

realm/SwiftLint

版本发布时间: 2022-10-27 21:48:54

realm/SwiftLint最新发布版本:0.57.0(2024-09-09 00:02:39)

This is a prerelease version. It won't be published to Homebrew or CocoaPods. But there are many other ways to install:

Changes from 0.49.1: https://github.com/realm/SwiftLint/compare/0.49.1...0.50.0-rc.3 Changes from 0.50.0-rc.2: https://github.com/realm/SwiftLint/compare/0.50.0-rc.2...0.50.0-rc.3


Breaking

Experimental

Enhancements

Bug Fixes


Using Bazel

Put this in your WORKSPACE:

WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "build_bazel_rules_apple",
    sha256 = "90e3b5e8ff942be134e64a83499974203ea64797fd620eddeb71b3a8e1bff681",
    url = "https://github.com/bazelbuild/rules_apple/releases/download/1.1.2/rules_apple.1.1.2.tar.gz",
)

load(
    "@build_bazel_rules_apple//apple:repositories.bzl",
    "apple_rules_dependencies",
)

apple_rules_dependencies()

load(
    "@build_bazel_rules_swift//swift:repositories.bzl",
    "swift_rules_dependencies",
)

swift_rules_dependencies()

load(
    "@build_bazel_rules_swift//swift:extras.bzl",
    "swift_rules_extra_dependencies",
)

swift_rules_extra_dependencies()

http_archive(
    name = "SwiftLint",
    sha256 = "0cc64b76c801242ba440f83a85d4d54aa11303f1f48094555ddc3a818fbc9858",
    url = "https://github.com/realm/SwiftLint/releases/download/0.50.0-rc.3/bazel.tar.gz",
)

load("@SwiftLint//bazel:repos.bzl", "swiftlint_repos")

swiftlint_repos()

load("@SwiftLint//bazel:deps.bzl", "swiftlint_deps")

swiftlint_deps()

Then you can run SwiftLint in the current directory with this command:

bazel run @SwiftLint//:swiftlint -- --help

相关地址:原始地址 下载(tar) 下载(zip)

1、 bazel.tar.gz 399.47KB

2、 bazel.tar.gz.sha256 116B

3、 portable_swiftlint.zip 8.83MB

4、 SwiftLint.pkg 8.84MB

5、 SwiftLintBinary-macos.artifactbundle.zip 8.83MB

6、 swiftlint_linux.zip 33.67MB

查看:2022-10-27发行的版本