mirror of
https://github.com/upx/upx
synced 2025-10-05 19:20:23 +08:00
25 lines
765 B
YAML
25 lines
765 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-assignment-in-if-condition,
|
|
-bugprone-easily-swappable-parameters,
|
|
-bugprone-implicit-widening-of-multiplication-result,
|
|
-bugprone-inc-dec-in-conditions,
|
|
-bugprone-macro-parentheses,
|
|
-bugprone-narrowing-conversions,
|
|
-bugprone-reserved-identifier,
|
|
-bugprone-switch-missing-default-case,
|
|
clang-analyzer-*,
|
|
-clang-analyzer-optin.performance.Padding,
|
|
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
|
|
clang-diagnostic-*,
|
|
performance-*,
|
|
FormatStyle: file
|
|
HeaderFilterRegex: '.*'
|
|
InheritParentConfig: false
|
|
...
|