Skip to content

Commit

Permalink
Remove kokoro/format.sh script
Browse files Browse the repository at this point in the history
We've removed the corresponding kokoro job.

This is a subset of check_format, with the --fix flags instead of --check
flags. It doesn't make sense to run this as part of presubmit or CI.

Bug: 341167730
Change-Id: I492c943bd81c366a19caefb9307ba13e66d19ad0
  • Loading branch information
jblebrun committed May 28, 2024
1 parent bbeb3b8 commit ef7bd22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
matrix:
# Do not add `run-ci` to these commands. We parse them for `xtask run-ci`.
cmd:
# format tries to format all the source files, and relies on the git diff step to determine whether anything was missed.
- format
# check-format checks for additional issues (e.g. missing license headers) that format does not enforce.
- check-format
- run-cargo-deny
- run-cargo-udeps
Expand Down
7 changes: 0 additions & 7 deletions kokoro/format.sh

This file was deleted.

0 comments on commit ef7bd22

Please sign in to comment.