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.
misc-unconventional-assign-operator
1 parent b36a3d1 commit 7b9823bCopy full SHA for 7b9823b
.clang-tidy
@@ -71,7 +71,8 @@ Checks: >
71
-readability-magic-numbers,
72
-readability-suspicious-call-argument,
73
-readability-uppercase-literal-suffix,
74
- -readability-use-concise-preprocessor-directives
+ -readability-use-concise-preprocessor-directives,
75
+ -misc-unconventional-assign-operator
76
WarningsAsErrors: '*'
77
HeaderFilterRegex: '(cli|gui|frontend|lib|oss-fuzz|test|triage)\/[a-z_]+\.h'
78
ExcludeHeaderFilterRegex: 'ui_.*.h'
0 commit comments