xref: /openbmc/openpower-pnor-code-mgmt/.clang-tidy (revision b2e5917413942b5649c905ed77e7c28c3c269562)
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