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 909a379 commit e270d63Copy full SHA for e270d63
.clang-tidy
@@ -102,3 +102,11 @@ CheckOptions:
102
value: 1
103
- key: misc-include-cleaner.IgnoreHeaders
104
value: '(__chrono/.*|stdlib\.h|3rdparty/.*)'
105
+ - key: misc-use-anonymous-namespace.IgnoreMacros
106
+ value: 1
107
+ - key: cppcoreguidelines-avoid-non-const-global-variables.AllowInternalLinkage
108
109
+ - key: modernize-type-traits.IgnoreMacros
110
111
+ - key: cppcoreguidelines-avoid-goto.IgnoreMacros
112
tasks/example_processes/tests/.clang-tidy
tasks/example_processes_2/tests/.clang-tidy
tasks/example_threads/tests/.clang-tidy
0 commit comments