forked from lix-project/hydra
Pierre Bourdon
d3fcedbcf5
Fix some trivial findings throughout the codebase, mostly making implicit casts explicit.
8 lines
211 B
YAML
8 lines
211 B
YAML
UseColor: true
|
|
Checks:
|
|
- -*
|
|
- bugprone-*
|
|
# kind of nonsense
|
|
- -bugprone-easily-swappable-parameters
|
|
# many warnings due to not recognizing `assert` properly
|
|
- -bugprone-unchecked-optional-access
|