Skip to content

Commit

Permalink
Fix a broken link in CONTRIBUTING.md (pytorch#44701)
Browse files Browse the repository at this point in the history
Summary:
as the title says :)

Pull Request resolved: pytorch#44701

Reviewed By: ngimel

Differential Revision: D23724919

Pulled By: mrshenli

fbshipit-source-id: 5ca5ea974ee6a94ed132dbe7892a9b4b9c3dd9be
  • Loading branch information
antocuni authored and facebook-github-bot committed Sep 16, 2020
1 parent 5e717f0 commit ced8727
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -825,8 +825,9 @@ static_assert(std::is_same(A*, decltype(A::singleton()))::value, "hmm");
[Clang-Tidy](https://clang.llvm.org/extra/clang-tidy/index.html) is a C++
linter and static analysis tool based on the clang compiler. We run clang-tidy
in our CI to make sure that new C++ code is safe, sane and efficient. See our
[.travis.yml](https://github.com/pytorch/pytorch/blob/master/.travis.yml) file
in our CI to make sure that new C++ code is safe, sane and efficient. See the
[`clang-tidy` job in our GitHub Workflow's
lint.yml file](https://github.com/pytorch/pytorch/blob/master/.github/workflows/lint.yml)
for the simple commands we use for this.
To run clang-tidy locally, follow these steps:
Expand Down

0 comments on commit ced8727

Please sign in to comment.