blob: 7346c5983babdeb7fc317adb64c467a5c4ab82de [file] [log] [blame]
---
Checks: '-*,clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-alpha*,google-*,-google-readability-todo,-google-runtime-references,-google-default-arguments,-clang-analyzer-unix.cstring.NullArg,-clang-analyzer-optin.cplusplus.VirtualCall'
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file
...
# Disable Checks
# google-runtime-references - We have diverged from this rule due to both legacy and disagreement with the rule.
# google-readability-todo - Adds current user name when fix applied.
# TODO - Fix these checks
# google-default-arguments
# clang-analyzer-unix.cstring.NullArg - Generates errors in Boost, how do we ignore?
# clang-analyzer-optin.cplusplus.VirtualCall - Boost.Process