.clang-tidy 271 B

123456
  1. # optin.core.FloatLoopCounter: doubles in for loops - it's fine in the tests
  2. # optin.performance.Padding: not a performance concern in the tests
  3. InheritParentConfig: true
  4. Checks: >
  5. -clang-analyzer-security.FloatLoopCounter,
  6. -clang-analyzer-optin.performance.Padding,