hydra/.clang-tidy

13 lines
269 B
Plaintext
Raw Permalink Normal View History

UseColor: true
Checks:
- -*
2024-08-26 23:33:12 +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