Skip to content

Commit c679373

Browse files
authored
Exclude 3rdparty headers from misc-include-cleaner analysis (#532)
1 parent 9a1d607 commit c679373

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ CheckOptions:
8888
- key: readability-identifier-length.MinimumParameterNameLength
8989
value: 1
9090
- key: misc-include-cleaner.IgnoreHeaders
91-
value: '(__chrono/.*|stdlib\.h)'
91+
value: '(__chrono/.*|stdlib\.h|3rdparty/.*)'

3rdparty/stb_image_wrapper.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#define STB_IMAGE_IMPLEMENTATION
22

3-
// NOLINTNEXTLINE(misc-include-cleaner)
43
#include "stb_library.hpp"

0 commit comments

Comments
 (0)