mirror of
https://github.com/yshui/picom.git
synced 2024-11-25 14:06:08 -05:00
17 lines
344 B
Text
17 lines
344 B
Text
|
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
|