Skip to content

Commit

Permalink
Remove obvious comments from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filmil authored Nov 25, 2021
1 parent b6cbe85 commit 43ca3e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
In your `WORKSPACE` file load and include as follows:

```
# Make the rule "http_archive" available.
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
BAZEL_BATS_VERSION = "0.29.1"
# Make the external repo "bazel_bats" available.
http_archive(
name = "bazel_bats",
strip_prefix = "bazel-bats-%s" % BAZEL_BATS_VERSION,
Expand All @@ -24,7 +22,6 @@ http_archive(
sha256 = "94aea504205cee5f00d9182975a95a5dadf1747fecb75f7d93e09cccc1c19803",
)
# Load the function "bazel_bats_dependencide"
load("@bazel_bats//:deps.bzl", "bazel_bats_dependencies")
# 'version' and 'sha256' of bats-core can be provided to override the version of v1.1.0.
Expand Down

0 comments on commit 43ca3e2

Please sign in to comment.