2022-06-07 04:34:28 +00:00
|
|
|
Checks: '-*,readability-braces-around-statements,readability-inconsistent-declaration-parameter-name'
|
2020-03-18 21:56:43 +00:00
|
|
|
WarningsAsErrors: ''
|
|
|
|
HeaderFilterRegex: '(src|include)\/.*\.h$'
|
|
|
|
FormatStyle: 'file'
|
|
|
|
CheckOptions:
|
2022-06-20 20:31:53 +00:00
|
|
|
# Require argument names to match exactly (instead of allowing a name to be a prefix/suffix of another)
|
|
|
|
# Note: 'true' is expected by clang-tidy 12+ but '1' is used for compatibility with older versions
|
|
|
|
- key: readability-inconsistent-declaration-parameter-name.Strict
|
|
|
|
value: 1
|