Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: prepare for new mdformat #14859

Merged
merged 2 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ example, is this related to bigtable (i.e., something in
`google/cloud/bigtable`), or GCS (i.e., something in `google/cloud/storage`)?

**Is your feature request related to a problem? Please describe.** A clear and
concise description of what the problem is. Ex. I'm always frustrated when
\[...\]
concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like** A clear and concise description of what you
want to happen.
Expand Down
552 changes: 276 additions & 276 deletions README.md

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions ci/cloudbuild/dockerfiles/checkers.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ RUN curl -L -o /usr/local/bin/shfmt https://github.com/mvdan/sh/releases/downloa
RUN pip3 install --upgrade pip
RUN pip3 install cmake_format==0.6.13
RUN pip3 install black==22.3.0
RUN pip3 install mdformat-gfm==0.3.5 \
mdformat-frontmatter==0.4.1 \
RUN pip3 install mdformat==0.7.19 \
mdformat-gfm==0.3.7 \
mdformat-frontmatter==2.0.8 \
mdformat-footnote==0.1.1

RUN curl -o /usr/bin/bazelisk -sSL "https://github.com/bazelbuild/bazelisk/releases/download/v1.24.0/bazelisk-linux-${ARCH}" && \
Expand Down
2 changes: 1 addition & 1 deletion doc/ctype-cord-workarounds.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ present, this is the correct default with **any** Protobuf version.

Once the `[ctype = CORD]` annotation is included in the proto files then the
correct default depends on the Protobuf version. If `google-cloud-cpp` is using
Protobuf \< v23 and the annotation is included in the proto files, then
Protobuf < v23 and the annotation is included in the proto files, then
`google-cloud-cpp` will enable the workarounds by default.

It is very likely that the default value for this option is incorrect during the
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigtable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ int main(int argc, char* argv[]) try {
- Official documentation about the [Cloud Bigtable][cloud-bigtable-docs] service
- [Reference doxygen documentation][doxygen-link] for each release of this
client library
- Detailed header comments in our \[public `.h`\]\[source-link\] files
- Detailed header comments in our \[public `.h`\][source-link] files

[cloud-bigtable-docs]: https://cloud.google.com/bigtable/docs/
[doxygen-link]: https://cloud.google.com/cpp/docs/reference/bigtable/latest/
2 changes: 1 addition & 1 deletion google/cloud/opentelemetry/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ enables OpenTelemetry tracing instrumentation in `google-cloud-cpp`.
build --@google_cloud_cpp//:enable_opentelemetry
```

If you are using an OpenTelemetry version \< v1.16.0, you must also supply the
If you are using an OpenTelemetry version < v1.16.0, you must also supply the
following flag for compatibility with Abseil. Without this flag, the above
`bazel build ...` command will fail.

Expand Down
4 changes: 2 additions & 2 deletions google/cloud/publicca/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Public Certificate Authority API C++ Client Library

This directory contains an idiomatic C++ client library for the \[Public
Certificate Authority API\]\[cloud-service-docs\].
This directory contains an idiomatic C++ client library for the
[Public Certificate Authority API][cloud-service-docs].

The Public Certificate Authority API may be used to create and manage ACME
external account binding keys associated with Google Trust Services' publicly
Expand Down
2 changes: 1 addition & 1 deletion release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ PR, similar to [PR#138]. If you want, subscribe to notifications in the
[conda feedstock repository] or just look at the PRs in that repository over the
next 24 hours.

## 8. \[optional\] Push the release to Conan
## 8. [optional] Push the release to Conan

The documentation has moved to the
[How-To Guide: Update Conan Package](/release/howto-update-conan-package.md).
Expand Down
Loading