mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
25 lines
746 B
YAML
25 lines
746 B
YAML
# vim:set ft=yaml ts=2 sw=2 et:
|
|
# Copyright (C) Markus Franz Xaver Johannes Oberhumer
|
|
# for clang-tidy from https://clang.llvm.org/extra/clang-tidy/
|
|
---
|
|
Checks: >
|
|
-*,
|
|
bugprone-*,
|
|
-bugprone-branch-clone,
|
|
-bugprone-easily-swappable-parameters,
|
|
-bugprone-implicit-widening-of-multiplication-result,
|
|
-bugprone-macro-parentheses,
|
|
-bugprone-narrowing-conversions,
|
|
-bugprone-reserved-identifier,
|
|
-bugprone-switch-missing-default-case,
|
|
clang-analyzer-*,
|
|
-clang-analyzer-core.UndefinedBinaryOperatorResult,
|
|
-clang-analyzer-core.uninitialized.Assign,
|
|
-clang-analyzer-security.insecureAPI.strcpy,
|
|
clang-diagnostics-*',
|
|
performance-*,
|
|
FormatStyle: file
|
|
HeaderFilterRegex: '.*'
|
|
InheritParentConfig: false
|
|
...
|