Update CONTRIBUTING.md ()

Just update clang-tidy to `clang-tidy`.
This commit is contained in:
tucan 2018-06-08 00:59:03 +09:00 committed by Shanqing Cai
parent 1b5362f9dd
commit 93fc61ea54

View File

@ -90,7 +90,7 @@ Bazel BUILD files also need to include a license section, e.g.,
Changes to TensorFlow C++ code should conform to
[Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html).
Use `clang-tidy` to check your C/C++ changes. To install clang-tidy on ubuntu:16.04, do:
Use `clang-tidy` to check your C/C++ changes. To install `clang-tidy` on ubuntu:16.04, do:
```bash
apt-get install -y clang-tidy