2022-11-09 16:58:36 +00:00
|
|
|
---
|
2023-01-21 12:06:20 +00:00
|
|
|
HeaderFilterRegex: .*/gtk/.*
|
|
|
|
|
2022-11-09 16:58:36 +00:00
|
|
|
Checks: >
|
|
|
|
-*,
|
2022-11-15 19:30:32 +00:00
|
|
|
bugprone-*,
|
|
|
|
-bugprone-narrowing-conversions,
|
2022-11-15 00:53:12 +00:00
|
|
|
cert-*,
|
2022-11-13 17:36:16 +00:00
|
|
|
cppcoreguidelines-*,
|
2024-02-17 19:31:49 +00:00
|
|
|
-cppcoreguidelines-avoid-const-or-ref-data-members,
|
2022-11-13 17:36:16 +00:00
|
|
|
-cppcoreguidelines-avoid-magic-numbers,
|
|
|
|
-cppcoreguidelines-avoid-non-const-global-variables,
|
|
|
|
-cppcoreguidelines-narrowing-conversions,
|
2023-02-03 16:12:48 +00:00
|
|
|
hicpp-*,
|
2022-11-14 16:22:38 +00:00
|
|
|
misc-*,
|
2024-01-07 20:21:05 +00:00
|
|
|
-misc-include-cleaner,
|
2022-11-10 19:35:31 +00:00
|
|
|
modernize-*,
|
|
|
|
-modernize-use-trailing-return-type,
|
2022-11-13 20:50:07 +00:00
|
|
|
performance-*,
|
2022-11-09 16:58:36 +00:00
|
|
|
readability-*,
|
|
|
|
-readability-function-cognitive-complexity,
|
|
|
|
-readability-identifier-length,
|
|
|
|
-readability-magic-numbers,
|
2024-02-17 19:31:49 +00:00
|
|
|
-readability-qualified-auto,
|
2022-11-09 16:58:36 +00:00
|
|
|
-readability-redundant-access-specifiers
|
2022-11-10 19:35:31 +00:00
|
|
|
|
|
|
|
CheckOptions:
|
2024-01-20 22:56:42 +00:00
|
|
|
- { key: cppcoreguidelines-avoid-do-while.IgnoreMacros, value: true }
|
|
|
|
- { key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic, value: true }
|
|
|
|
- { key: modernize-pass-by-value.ValuesOnly, value: true }
|