We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ee48d commit f58b51cCopy full SHA for f58b51c
1 file changed
.clang-tidy
@@ -63,7 +63,7 @@ CheckOptions:
63
- key: google-runtime-int.TypeSuffix
64
value: _t
65
- key: misc-include-cleaner.IgnoreHeaders
66
- value: '.*/QtCore/.*;.*/QtGui/.*;.*/QtWidgets/.*'
+ value: '.*/QtCore/.*;.*/QtGui/.*;.*/QtWidgets/.*;.*/spdlog/fmt/bundled/.*'
67
68
# All modules but sta
69
# Exclude build as there is too much noise from swig generated code
0 commit comments