xref: /openbmc/kcsbridge/.clang-tidy (revision f27ed42c224cf59aabb2ed9ce675db42a2a36e9d)
1Checks: '-*,
2    bugprone-unchecked-optional-access,
3    modernize-use-nullptr,
4    readability-function-cognitive-complexity,
5    readability-function-size
6    '
7
8CheckOptions:
9-   key: readability-function-cognitive-complexity.Threshold
10    value: 25
11-   key: readability-function-size.LineThreshold
12    value: 60
13-   key: readability-function-size.ParameterThreshold
14    value: 6
15
16HeaderFilterRegex: (?!^subprojects).*
17
18WarningsAsErrors: '*'
19