tests: Apply the 'return self' pattern for the L2 objects
[vpp.git] / .clang-tidy
1 Checks: "-*,\
2 misc-*,\
3 bugprone-*,\
4 -bugprone-reserved-identifier,\
5 -performance-*,\
6 clang-analyzer-*,\
7 -clang-analyzer-valist.Uninitialized,\
8 "