---
Checks: >
*,
-fuchsia-*,
# Reduced verbosity,
-*-braces-around-statements,
-*-implicit-bool-conversion,
-*-static-accessed-through-instance,
# Interaction with C,
-*-cast*,
-*-vararg,
# Static storage duration throwing constructors,
-cert-err58-cpp,
# Style,
-*-use-trailing-return-type,
# Backwards compatibility,
-*-union-access,
# -Weffc++,
-*-redundant-member-init,
WarningsAsErrors: >
*,