Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Making BUILD file content strings public (removing leading `_`) in `deps.bzl`. * Adding `_CONTENT` suffix to variable names to be more clear and match the repo attribute name. * Wrapping dependency `http_archive` definitions with `maybe()`. This is to more easily allow downstream projects to define the dependency targets (bats-core, etc) with slightly changed attributes if they want/need to. Changing `urls` or adding `patches`, etc, can be done less verbosely by reusing BUILD file contents defined here. Applying changes can be done to only the necessary repos, others can still be loaded via `bazel_bats_dependencies()`.
- Loading branch information