xref: /openbmc/phosphor-host-postd/.clang-tidy (revision 5a03ee485a9be552814c3b0768d6ecfe57bd9f5c)
1Checks: '-*,
2    bugprone-unchecked-optional-access,
3    modernize-use-nullptr
4    '
5
6CheckOptions: []
7
8HeaderFilterRegex: (?!^subprojects).*
9
10WarningsAsErrors: '*'
11