Skip to content

Commit

Permalink
chore: update stardoc (#365)
Browse files Browse the repository at this point in the history
* chore: update stardoc

* chore: remove Bazel 6 testing altogether
  • Loading branch information
alexeagle authored Aug 13, 2024
1 parent f4e74df commit 1024919
Show file tree
Hide file tree
Showing 14 changed files with 179 additions and 125 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6
with:
folders: '[".", "example"]'
# Root module is bzlmod-only.
# Don't try for Windows support yet.
# Example uses a bazel7-only flag.
exclude_windows: true
# Root module is bzlmod-only and uses newer stardoc that requires Bazel 7.
# Example uses incompatible_enable_proto_toolchain_resolution
exclude: |
[
{"bzlmodEnabled": false, "folder": "."},
{"os": "windows-latest"},
{"bazelversion": "6.4.0", "folder": "example"}
{"bazelversion": "6.4.0"}
]
integration-test:
Expand Down
3 changes: 1 addition & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ multitool.hub(lockfile = "//format:multitool.lock.json")
multitool.hub(lockfile = "//lint:multitool.lock.json")
use_repo(multitool, "multitool")

# 0.5.4 is the first version with bzlmod support
bazel_dep(name = "stardoc", version = "0.5.4", dev_dependency = True, repo_name = "io_bazel_stardoc")
bazel_dep(name = "stardoc", version = "0.7.0", dev_dependency = True, repo_name = "io_bazel_stardoc")
11 changes: 7 additions & 4 deletions docs/buf.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 15 additions & 8 deletions docs/clang-tidy.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 13 additions & 8 deletions docs/eslint.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions docs/flake8.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1024919

Please sign in to comment.