Skip to content
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
1 change: 0 additions & 1 deletion .buildkite/lint.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ steps:
- ./ci/lint/lint.sh {{matrix}}
matrix:
- clang_format
- code_format
- pre_commit
- semgrep_lint
- banned_words
Expand Down
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
#/ci/ @ray-project/ray-core @ray-project/ray-ci

# CI
/ci/lint/format.sh @ray-project/ray-ci
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

While removing the code ownership for ci/lint/format.sh is correct, the script file itself has not been deleted in this pull request. To fully remove the script as described in the pull request's title and description, please also delete the ci/lint/format.sh file.

/ci/docker @ray-project/ray-ci
/ci/ray_ci @ray-project/ray-ci

Expand Down
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ repos:

- repo: https://github.com/pre-commit/mirrors-clang-format
# `rev` specifies a tag on the above repo that mirrors the corresponding clang-format version.
# The version should be kept in sync with the version in `ci/lint/format.sh`.
rev: v12.0.1
hooks:
- id: clang-format
Expand Down
372 changes: 0 additions & 372 deletions ci/lint/format.sh

This file was deleted.