Updated .clang-tidy to ignore library headers.

This commit is contained in:
Alexander Shaduri
2024-04-19 11:47:25 +04:00
parent b147a3db3e
commit 50d605b5b4
+2
View File
@@ -92,6 +92,8 @@ CheckOptions:
value: '0'
- key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
value: '1'
- key: misc-include-cleaner.IgnoreHeaders
value: 'libdebug/*;local_glibmm.h;glib/*;gtk/*;gtkmm/*;glibmm/*'
- key: performance-unnecessary-value-param.AllowedTypes
value: 'RefPtr;Ptr$'
- key: readability-braces-around-statements.ShortStatementLines