12 lines
248 B
YAML
12 lines
248 B
YAML
---
|
|
Checks:
|
|
- clang-diagnostic-*
|
|
- clang-analyzer-*
|
|
- bugprone-*
|
|
- -bugprone-easily-swappable-parameters
|
|
- -bugprone-casting-through-void # No C++ casts allowed
|
|
WarningsAsErrors: "*"
|
|
FormatStyle: file
|
|
UseColor: true
|
|
HeaderFilterRegex: .*
|