xref: /openbmc/phosphor-gpio-monitor/.clang-tidy (revision 90c6b7378e904948bc41ea1aa8eff05ec92a29cd)
1*90c6b737SJayanth OthayothChecks: '-*,
2*90c6b737SJayanth Othayoth    bugprone-unchecked-optional-access,
3*90c6b737SJayanth Othayoth    modernize-use-nullptr
4*90c6b737SJayanth Othayoth    '
5*90c6b737SJayanth Othayoth
6*90c6b737SJayanth OthayothHeaderFilterRegex: (?!^subprojects).*
7*90c6b737SJayanth Othayoth
8*90c6b737SJayanth OthayothWarningsAsErrors: '*'
9