Disable static tidy check

readability-static-accessed-through-instance
This check doesn't play nice with coroutines, and suggests that
sdbusplus::async::task always use some internal variation.  This is
obviously wrong, and hopefully is fixed in a newer clang.  Disable it
for now.  This check was dubious in its mtaintainability requirement,
but did make code more consistent.

In the future if we find this check useful, we can turn it on.

Change-Id: Icaa55054e2c51d4ba4ea8f83c2486262deb877c8
Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
1 file changed
tree: 758fdb1451d7e823d83fc6649b6a51f74a661d60
  1. bios/
  2. bmc/
  3. common/
  4. eeprom-device/
  5. i2c-vr/
  6. subprojects/
  7. test/
  8. .clang-format
  9. .clang-tidy
  10. .gitignore
  11. .shellcheck
  12. LICENSE
  13. meson.build
  14. meson.options
  15. OWNERS
  16. README.md
README.md

phosphor-bmc-code-mgmt

Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture

To Build

To build this package, do the following steps:

  1. meson build
  2. ninja -C build

To clean the repository run rm -r build.