blob: de8d2c7e3805b7786bf652f40ea537fc75960b2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
Checks: >
-*,
bugprone-*,
clang-analyzer-*,
performance-*,
portability-*,
readability-*,
-readability-function-cognitive-complexity,
-readability-magic-numbers,
-readability-identifier-length,
-readability-convert-member-functions-to-static,
modernize-*,
-modernize-use-trailing-return-type
HeaderFilterRegex: '^(launcher|libraries|updater|buildconfig)/'
FormatStyle: file
WarningsAsErrors: ''
CheckOptions:
- key: readability-function-size.LineThreshold
value: '200'
- key: readability-function-size.StatementThreshold
value: '120'
|