build: support for running clang-tidy (#26150)

This commit is contained in:
David Sanders 2020-11-04 17:24:17 -08:00 committed by GitHub
parent 2daca0f4d0
commit e296813578
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 452 additions and 0 deletions

View file

@ -12,6 +12,7 @@ For guides on Electron app development, see
* [Source Code Directory Structure](source-code-directory-structure.md)
* [Coding Style](coding-style.md)
* [Using clang-format on C++ Code](clang-format.md)
* [Using clang-tidy on C++ Code](clang-tidy.md)
* [Build System Overview](build-system-overview.md)
* [Build Instructions (macOS)](build-instructions-macos.md)
* [Build Instructions (Windows)](build-instructions-windows.md)