mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-11-27 02:43:28 +00:00
898bed4efb
* Added Buildifier check to CI * Addressed Buildifier lint defects
8 lines
237 B
Python
8 lines
237 B
Python
"""A wrapper for defining stardoc dependencies to make instantiating
|
|
it in a WORKSPACE file more consistent
|
|
"""
|
|
|
|
load("@io_bazel_stardoc//:setup.bzl", _stardoc_repositories = "stardoc_repositories")
|
|
|
|
stardoc_deps = _stardoc_repositories
|