skip src/tools/libcxx-version from tidy

Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
onur-ozkan 2024-05-23 12:59:58 +03:00
parent 1a07e58c09
commit a2407e8448
2 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,6 @@
//
// It's nothing more than specifying the name of the standard library implementation (either libstdc++ or libc++)
// and its major version.
//
// ignore-tidy-linelength
#include <iostream>

View File

@ -16,6 +16,7 @@ pub fn filter_dirs(path: &Path) -> bool {
"library/stdarch",
"src/tools/cargo",
"src/tools/clippy",
"src/tools/libcxx-version",
"src/tools/miri",
"src/tools/rust-analyzer",
"src/tools/rustc-perf",