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