Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Lint] Disable
modernize-use-override
(ray-project#19368)
This lint rule cannot apply only to changed lines because currently Ray has `-Winconsistent-missing-override` as a build flag. Either all or none of member functions from a derived class can have the `override` / `final` annocation.
- Loading branch information