forked from realm/SwiftLint
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWORKSPACE
More file actions
20 lines (17 loc) · 562 Bytes
/
WORKSPACE
File metadata and controls
20 lines (17 loc) · 562 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
workspace(name = "SwiftLint")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "Sourcery",
build_file_content = """
load("@bazel_skylib//rules:native_binary.bzl", "native_binary")
native_binary(
name = "Sourcery",
src = "sourcery",
out = "sourcery",
visibility = ["//visibility:public"],
)
""",
strip_prefix = "bin",
sha256 = "abd72022d996b09196f27c8ca67310ebded3ef2fd93d823db48dfcac923699e5",
url = "https://github.com/krzysztofzablocki/Sourcery/releases/download/2.1.2/Sourcery-2.1.2.zip",
)