aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJin <jin@users.noreply.github.com>2019-09-19 16:13:24 -0400
committerGitHub <noreply@github.com>2019-09-19 16:13:24 -0400
commitf842bc9f136a57093af07fdd050928deb3c8de02 (patch)
treebf10bf30d796e4640720aa00add617c9f1cc994c
parent62c3f656d45db2cbf63e472210c8410422beebfd (diff)
downloadstardoc-f842bc9f136a57093af07fdd050928deb3c8de02.tar.gz
Fix buildifier presubmit for unused `git_repository` symbol (#4)
* Fix buildifier presubmit for unused symbol * Undo README modification
-rw-r--r--README.md1
-rw-r--r--setup.bzl1
2 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index a27ed44..4b87019 100644
--- a/README.md
+++ b/README.md
@@ -8,4 +8,3 @@ This repository is currently in a transitionary state as pieces of the
are being moved to this one. Use the
[bazelbuild/skydoc](https://github.com/bazelbuild/skydoc) repository
for the time being.
-
diff --git a/setup.bzl b/setup.bzl
index 47a1df9..d44bff2 100644
--- a/setup.bzl
+++ b/setup.bzl
@@ -14,7 +14,6 @@
"""Repository external dependency resolution functions."""
-load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
def _include_if_not_defined(repo_rule, name, **kwargs):