Lalit Maganti | 4f658e3 | 2023-05-02 19:44:37 +0100 | [diff] [blame] | 1 | Checks: android-cloexec-*,bugprone-*,-bugprone-easily-swappable-parameters,google-explicit-constructor,android-comparison-in-temp-failure-retry,modernize-use-nullptr,performance-for-range-copy,performance-noexcept-move-constructor,readability-container-size-empty,readability-else-after-return |
Florian Mayer | a83653c | 2020-06-26 21:51:20 +0100 | [diff] [blame] | 2 | CheckOptions: |
3 | - key: bugprone-assert-side-effect.AssertMacros | ||||
4 | value: 'PERFETTO_DCHECK' | ||||
Florian Mayer | 9606cff | 2020-10-21 13:26:50 +0100 | [diff] [blame] | 5 | - key: android-comparison-in-temp-failure-retry.RetryMacros |
6 | value: 'PERFETTO_EINTR,TEMP_FAILURE_RETRY' |