xref: /openbmc/phosphor-pid-control/.clang-tidy (revision 7dc8010d7f5c8fb4fb4d0baba12c4a428feda245)
1Checks: '
2-*,
3
4# Categories
5-bugprone-*,
6-cert-*,
7-clang-analyzer-*,
8-cppcoreguidelines-*,
9-misc-*,
10-modernize-*,
11modernize-use-nullptr,
12-performance-*,
13-readability-*,
14'
15
16# Treat all warnings as errors
17WarningsAsErrors: '*'
18
19# Apply checks to all files
20HeaderFilterRegex: '.*'
21
22# Disable automatic formatting
23FormatStyle: none
24