1 Star 0 Fork 0

蔡万苍/GammaRay

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.krazy 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
CHECKSETS qt5,c++,foss
#KDAB-specific checks
EXTRA kdabcopyright-reuse,kdabcontactus,fosslicense-reuse
#additional checks
#EXTRA defines,null
#exclude checks now being done by clazy or clang-tools
EXCLUDE strings,explicit,normalize,passbyvalue,operators,nullstrcompare,nullstrassign,doublequote_chars,qobject,sigsandslots,staticobjects,inline,postfixop,dpointer,constref,emptystrcompare
#exclude more checks (was for ancient Qt4)
EXCLUDE qminmax,captruefalse
#exclude spelling as codespell is a much, much better tool
EXCLUDE spelling
#exclude other checks done by pre-commit
EXCLUDE endswithnewline,filenames
#coding style settings
EXCLUDE style
STYLE_CPPSTYLE qt
STYLE_OFFSET 4
STYLE_LINEMAX 0
STYLE_CMAKESTYLE_OFFSET 2
#skip over known invalid desktop files
SKIP /plugins/.*/.*\.desktop$
#no need to check 3rdparty stuff
SKIP /3rdparty/
#nor Digia's stuff
SKIP /processlist_unix.cpp|/processlist_win.cpp|/processlist.h|/compat/qasconst.h
#if you have a build subdir, skip it
SKIP /build-
#skip CMake files
SKIP /GammaRayConfig\.cmake\.in
SKIP .*\.qhcp\.cmake
SKIP Doxyfile.cmake
SKIP \.cmake-format\.py
SKIP cmake/gammaray.rc.cmake
#skip the borrowed code in the cmake subdir
SKIP /cmake/ECM/|/cmake/KDAB/
#skip the borrowed code in the cmake subdir
SKIP /cmake/Toolchain-QNX
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/cwc1987/GammaRay.git
git@gitee.com:cwc1987/GammaRay.git
cwc1987
GammaRay
GammaRay
master

搜索帮助