We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1d607 commit c679373Copy full SHA for c679373
.clang-tidy
@@ -88,4 +88,4 @@ CheckOptions:
88
- key: readability-identifier-length.MinimumParameterNameLength
89
value: 1
90
- key: misc-include-cleaner.IgnoreHeaders
91
- value: '(__chrono/.*|stdlib\.h)'
+ value: '(__chrono/.*|stdlib\.h|3rdparty/.*)'
3rdparty/stb_image_wrapper.cpp
@@ -1,4 +1,3 @@
1
#define STB_IMAGE_IMPLEMENTATION
2
3
-// NOLINTNEXTLINE(misc-include-cleaner)
4
#include "stb_library.hpp"
0 commit comments