lokinet/.clang-tidy

9 lines
220 B
Plaintext
Raw Normal View History

2019-07-06 17:03:40 +00:00
HeaderFilterRegex: 'llarp/.*'
Checks:
'readability-else-after-return,
clang-analyzer-core-*,modernize-*,
-modernize-use-trailing-return-type,
-modernize-use-nodiscard,
bugprone-*,
-bugprone-easily-swappable-parameters'