Skip to content

Commit 3d24efd

Browse files
authored
[clang-tidy][NFC] Add empty '.clang-tidy' file in tests dir to silent warnings in IDE (#171029)
When working on tests, `clangd` with option `--clang-tidy` will report warnings from [root](https://github.com/llvm/llvm-project/blob/main/.clang-tidy) clang-tidy config. I believe these warnings serve no purpose in tests, so we better disable them to silent warnings in IDE.
1 parent 9c60d70 commit 3d24efd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Checks: '-*'

0 commit comments

Comments
 (0)