Browse code

Add project

Robert Cranston authored on 05/04/2021 16:43:56
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,21 @@
1
+---
2
+Checks: >
3
+    *,
4
+    -fuchsia-*,
5
+    # Reduced verbosity,
6
+    -*-braces-around-statements,
7
+    -*-implicit-bool-conversion,
8
+    -*-static-accessed-through-instance,
9
+    # Interaction with C,
10
+    -*-cast*,
11
+    -*-vararg,
12
+    # Static storage duration throwing constructors,
13
+    -cert-err58-cpp,
14
+    # Style,
15
+    -*-use-trailing-return-type,
16
+    # Backwards compatibility,
17
+    -*-union-access,
18
+    # -Weffc++,
19
+    -*-redundant-member-init,
20
+WarningsAsErrors: >
21
+    *,