|
1 | 1 | Checks: |
2 | | - - '*' |
| 2 | + - clang-analyzer-* |
| 3 | + - bugprone-* |
| 4 | + - performance-* |
| 5 | + - readability-* |
| 6 | + - modernize-* |
| 7 | + - cppcoreguidelines-* |
| 8 | + - misc-* |
3 | 9 | - '-altera-unroll-loops' |
4 | 10 | - '-bugprone-easily-swappable-parameters' |
5 | 11 | - '-bugprone-sizeof-expression' |
6 | | - - '-clang-diagnostic-error' |
7 | | - - '-clang-diagnostic-note' |
8 | 12 | - '-cppcoreguidelines-avoid-do-while' |
9 | 13 | - '-cppcoreguidelines-macro-usage' |
10 | 14 | - '-cppcoreguidelines-no-malloc' |
11 | 15 | - '-cppcoreguidelines-owning-memory' |
12 | 16 | - '-cppcoreguidelines-pro-bounds-array-to-pointer-decay' |
13 | 17 | - '-cppcoreguidelines-pro-bounds-constant-array-index' |
14 | 18 | - '-cppcoreguidelines-pro-bounds-pointer-arithmetic' |
15 | | - - '-cppcoreguidelines-pro-type-const-cast' |
16 | | - - '-cppcoreguidelines-pro-type-reinterpret-cast' |
17 | 19 | - '-cppcoreguidelines-pro-type-union-access' |
18 | 20 | - '-cppcoreguidelines-pro-type-vararg' |
19 | | - - '-fuchsia-default-arguments-calls' |
20 | | - - '-fuchsia-default-arguments-declarations' |
21 | | - - '-fuchsia-overloaded-operator' |
22 | | - - '-google-readability-todo' |
23 | | - - '-hicpp-uppercase-literal-suffix' |
24 | | - - '-hicpp-vararg' |
25 | 21 | - '-llvmlibc-implementation-in-namespace' |
26 | 22 | - '-llvmlibc-restrict-system-libc-headers' |
27 | | - - '-llvmlibc-*' |
28 | 23 | - '-misc-const-correctness' |
29 | 24 | - '-misc-definitions-in-headers' |
30 | 25 | - '-misc-no-recursion' |
31 | 26 | - '-misc-static-assert' |
32 | 27 | - '-misc-unused-parameters' |
33 | 28 | - '-modernize-use-auto' |
34 | 29 | - '-modernize-use-nodiscard' |
35 | | - - '-modernize-use-trailing-return-type' |
36 | 30 | - '-modernize-use-using' |
| 31 | + - '-modernize-use-trailing-return-type' |
37 | 32 | - '-performance-enum-size' |
38 | 33 | - '-readability-braces-around-statements' |
39 | 34 | - '-readability-function-cognitive-complexity' |
40 | | - - '-readability-identifier-length' |
41 | | - - '-readability-identifier-naming' |
42 | 35 | - '-readability-implicit-bool-conversion' |
43 | 36 | - '-readability-simplify-boolean-expr' |
44 | 37 | - '-readability-static-accessed-through-instance' |
| 38 | + - '-readability-identifier-naming' |
| 39 | + - '-readability-identifier-length' |
45 | 40 |
|
46 | 41 | HeaderFilterRegex: '.*\.(cpp|h)$' |
47 | 42 | FormatStyle: file |
|
0 commit comments