-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clang-tidy
13 lines (12 loc) · 988 Bytes
/
.clang-tidy
1
2
3
4
5
6
7
8
9
10
11
12
Checks: '-*,readability-*,cppcoreguidelines-*,bugprone-*,-readability-uppercase-literal-suffix,-readability-named-parameter,-cppcoreguidelines-owning-memory,-cppcoreguidelines-special-member-functions,-readability-braces-around-statements,-bugprone-suspicious-semicolon,-readability-misleading-indentation,-*-magic-numbers,-cppcoreguidelines-pro-bounds-array-to-pointer-decay,-bugprone-incorrect-roundings,-cppcoreguidelines-pro-type-member-init,-cppcoreguidelines-pro-bounds-constant-array-index,-cppcoreguidelines-macro-usage,-readability-redundant-declaration'
WarningsAsErrors: '*'
HeaderFilterRegex: .*
AnalyzeTemporaryDtors: false
User: cequenser
CheckOptions:
- key: readability-identifier-naming.FunctionCase
value: 'lower_case'
- key: readability-braces-around-statements.ShortStatementLines
value: '1'
- key: cppcoreguidelines-narrowing-conversions.PedanticMode
value: '1'