Skip to content

Commit ced8727

Browse files
antocunifacebook-github-bot
authored andcommittedSep 16, 2020
Fix a broken link in CONTRIBUTING.md (pytorch#44701)
Summary: as the title says :) Pull Request resolved: pytorch#44701 Reviewed By: ngimel Differential Revision: D23724919 Pulled By: mrshenli fbshipit-source-id: 5ca5ea974ee6a94ed132dbe7892a9b4b9c3dd9be
1 parent 5e717f0 commit ced8727

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎CONTRIBUTING.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -825,8 +825,9 @@ static_assert(std::is_same(A*, decltype(A::singleton()))::value, "hmm");
825825
826826
[Clang-Tidy](https://clang.llvm.org/extra/clang-tidy/index.html) is a C++
827827
linter and static analysis tool based on the clang compiler. We run clang-tidy
828-
in our CI to make sure that new C++ code is safe, sane and efficient. See our
829-
[.travis.yml](https://github.com/pytorch/pytorch/blob/master/.travis.yml) file
828+
in our CI to make sure that new C++ code is safe, sane and efficient. See the
829+
[`clang-tidy` job in our GitHub Workflow's
830+
lint.yml file](https://github.com/pytorch/pytorch/blob/master/.github/workflows/lint.yml)
830831
for the simple commands we use for this.
831832
832833
To run clang-tidy locally, follow these steps:

0 commit comments

Comments
 (0)
Please sign in to comment.