Revert clang-tidy

This "global clang-tidy" was not approved at the project level and is
causing issues.  These issues are because of wild-card directives that
were already called out in the "docs" review as inappropriate.
Reverting this commit for now to avoid bad signal from clang-tidy.

Change-Id: I4a6ec9440edd3436d4819770d19297f2af411472
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
1 file changed
tree: 528b979b7a264651880b9e1d29a8833145e40672
  1. include/
  2. service_files/
  3. src/
  4. subprojects/
  5. test/
  6. .clang-format
  7. .gitignore
  8. LICENSE
  9. meson.build
  10. meson.options
  11. OWNERS
  12. README.md
README.md

bios-bmc-smm-error-logger

This daemon will follow the design doc: https://github.com/openbmc/docs/blob/master/designs/bios-bmc-smm-error-logging.md

More detailed implementation details will also be placed here in the future