2024-08-26 22:43:17 +00:00
|
|
|
UseColor: true
|
|
|
|
Checks:
|
|
|
|
- -*
|
2024-08-26 23:33:12 +00:00
|
|
|
|
2024-08-26 22:43:17 +00:00
|
|
|
- bugprone-*
|
|
|
|
# kind of nonsense
|
|
|
|
- -bugprone-easily-swappable-parameters
|
|
|
|
# many warnings due to not recognizing `assert` properly
|
|
|
|
- -bugprone-unchecked-optional-access
|
2024-08-26 23:33:12 +00:00
|
|
|
|
|
|
|
- modernize-*
|
|
|
|
- -modernize-use-trailing-return-type
|