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 77c2fc3 commit 3cab8aaCopy full SHA for 3cab8aa
1 file changed
.clang-tidy
@@ -18,6 +18,9 @@ Checks:
18
- modernize-use-uncaught-exceptions
19
- readability-braces-around-statements
20
- -clang-diagnostic-vla-cxx-extension
21
+# Select which of the enabled checks should be reported as errors instead of warnings.
22
+WarningsAsErrors: >-
23
+ *,
24
CheckOptions:
25
# Naming conventions
26
readability-identifier-naming.ClassCase: CamelCase
0 commit comments