diff options
| author | onur-ozkan <work@onurozkan.dev> | 2024-05-23 12:59:58 +0300 |
|---|---|---|
| committer | onur-ozkan <work@onurozkan.dev> | 2024-06-06 07:01:37 +0300 |
| commit | a2407e84481fbbadd6d8d8e80726fa599533c465 (patch) | |
| tree | 4cf75d791e42d9c36bc16117bd6b9635a86f93b4 | |
| parent | 1a07e58c0997e17cf62150ebc2bbf3af6ea4e807 (diff) | |
| download | rust-a2407e84481fbbadd6d8d8e80726fa599533c465.tar.gz rust-a2407e84481fbbadd6d8d8e80726fa599533c465.zip | |
skip `src/tools/libcxx-version` from tidy
Signed-off-by: onur-ozkan <work@onurozkan.dev>
| -rw-r--r-- | src/tools/libcxx-version/main.cpp | 2 | ||||
| -rw-r--r-- | src/tools/tidy/src/walk.rs | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/libcxx-version/main.cpp b/src/tools/libcxx-version/main.cpp index d12078abbb8..79df7ef457c 100644 --- a/src/tools/libcxx-version/main.cpp +++ b/src/tools/libcxx-version/main.cpp @@ -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> diff --git a/src/tools/tidy/src/walk.rs b/src/tools/tidy/src/walk.rs index f68b7675c76..63a03834166 100644 --- a/src/tools/tidy/src/walk.rs +++ b/src/tools/tidy/src/walk.rs @@ -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", |
