Skip to content

Commit 480670e

Browse files
committed
skip src/tools/libcxx-version from tidy
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 52d9f85 commit 480670e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/tools/libcxx-version/main.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
//
55
// It's nothing more than specifying the name of the standard library implementation (either libstdc++ or libc++)
66
// and its major version.
7-
//
8-
// ignore-tidy-linelength
97

108
#include <iostream>
119

src/tools/tidy/src/walk.rs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pub fn filter_dirs(path: &Path) -> bool {
1616
"library/stdarch",
1717
"src/tools/cargo",
1818
"src/tools/clippy",
19+
"src/tools/libcxx-version",
1920
"src/tools/miri",
2021
"src/tools/rust-analyzer",
2122
"src/tools/rustc-perf",

0 commit comments

Comments
 (0)