mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
ffe9bbc984
Turn off modernize-use-trailing-return because it's *really* annoying (and clangd picks it up when using it for editing). Turn off modernize-use-nodiscard as well because it's already annoying. Add bugprone-* as well because it includes a lot of useful checks.
3 lines
176 B
YAML
3 lines
176 B
YAML
HeaderFilterRegex: 'llarp/.*'
|
|
Checks: 'readability-else-after-return,clang-analyzer-core-*,modernize-*,-modernize-use-trailing-return-type,-modernize-use-nodiscard,bugprone-*'
|