mirror of
https://github.com/yshui/picom.git
synced 2024-11-03 04:33:49 -05:00
21dfe20794
This feels more appropriate as this operation doesn't necessarily copy data. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
21 lines
540 B
YAML
21 lines
540 B
YAML
Checks: >
|
|
readability-*,
|
|
performance-*,
|
|
modernize-*,
|
|
google-readability-todo,
|
|
cert-err34-c,
|
|
cert-flp30-c,
|
|
bugprone-*,
|
|
misc-misplaced-const,
|
|
misc-redundant-expression,
|
|
misc-static-assert,
|
|
-clang-analyzer-*,
|
|
-readability-isolate-declaration,
|
|
-readability-magic-numbers
|
|
AnalyzeTemporaryDtors: false
|
|
FormatStyle: file
|
|
CheckOptions:
|
|
- key: readability-magic-numbers.IgnoredIntegerValues
|
|
value: 4;8;16;24;32;1;2;3;4096;65536;
|
|
- key: readability-magic-numbers.IgnoredFloatingPointValues
|
|
value: 255.0;1.0;
|