forked from lix-project/hydra
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
|
UseColor: true
|
||
|
Checks:
|
||
|
- -*
|
||
|
- bugprone-*
|
||
|
# kind of nonsense
|
||
|
- -bugprone-easily-swappable-parameters
|
||
|
# many warnings due to not recognizing `assert` properly
|
||
|
- -bugprone-unchecked-optional-access
|