1 Star 0 Fork 0

yuek_kang / egt-launcher

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.clang-tidy 2.06 KB
一键复制 编辑 原始数据 按行查看 历史
Joshua Henderson 提交于 2020-05-26 09:57 . add tidy make target
---
Checks: "*,\
-bugprone-exception-escape,\
-bugprone-lambda-function-name,\
-bugprone-narrowing-conversions,\
-cert-err58-cpp,\
-clang-diagnostic-unknown-warning-option,\
-clang-diagnostic-unknown-warning-option,\
-cppcoreguidelines-avoid-c-arrays,\
-cppcoreguidelines-avoid-magic-numbers,\
-cppcoreguidelines-macro-usage,\
-cppcoreguidelines-narrowing-conversions,\
-cppcoreguidelines-non-private-member-variables-in-classes,\
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,\
-cppcoreguidelines-pro-bounds-constant-array-index,\
-cppcoreguidelines-pro-bounds-pointer-arithmetic,\
-cppcoreguidelines-pro-type-reinterpret-cast,\
-cppcoreguidelines-pro-type-vararg,\
-fuchsia-default-arguments,\
-fuchsia-default-arguments-calls,\
-fuchsia-default-arguments-declarations,\
-fuchsia-overloaded-operator,\
-fuchsia-statically-constructed-objects,\
-google-default-arguments,\
-google-explicit-constructor,\
-google-readability-braces-around-statements,\
-google-readability-namespace-comments,\
-google-readability-todo,\
-google-runtime-int,\
-google-runtime-references,\
-hicpp-avoid-c-arrays,\
-hicpp-braces-around-statements,\
-hicpp-no-array-decay,\
-hicpp-no-assembler,\
-hicpp-signed-bitwise,\
-hicpp-uppercase-literal-suffix,\
-hicpp-vararg,\
-llvm-namespace-comment,\
-misc-non-private-member-variables-in-classes,\
-modernize-avoid-c-arrays,\
-modernize-use-trailing-return-type,\
-readability-braces-around-statements,\
-readability-else-after-return,\
-readability-implicit-bool-conversion,\
-readability-magic-numbers,\
-readability-named-parameter,\
-readability-uppercase-literal-suffix,\
"
HeaderFilterRegex: '^.*include/egt/.*h$$'
AnalyzeTemporaryDtors: false
...
#
# Notes About Disabled Warnings
# -----------------------------
#
# hicpp-signed-bitwise
# https://stackoverflow.com/questions/50399090/use-of-a-signed-integer-operand-with-a-binary-bitwise-operator-when-using-un/58845898#58845898
#
# google-explicit-constructor and hicpp-explicit-conversions seem redundant
#
# cppcoreguidelines-pro-type-reinterpret-cast
# Disabled because of many warnings. This needs to be addressed.
#
1
https://gitee.com/yuek-kang/egt-launcher.git
git@gitee.com:yuek-kang/egt-launcher.git
yuek-kang
egt-launcher
egt-launcher
master

搜索帮助