TscanCode
TscanCode copied to clipboard
A static code analyzer for C++, C#, Lua
我用windows安装的窗体应用扫描文件夹方法扫描csharp的样例文件夹发现提示不全,少了几个文件错误提示,但是那几个使用单个文件扫描又会出现错误提示。
代码如下,使用mac版本检查: using System.Collections; using System.Collections.Generic; using System.IO; using UnityEngine; public class NewBehaviourScript : MonoBehaviour { int count = 0; // Start is called before the first frame update void Start()...
1、() Include file: not found. Please note: tscancode does not need standard library headers to get proper results. ---》 想解决这种库头文件依赖的错误,是不是要配置cfg?
#### *如下目录装不会生成分析结果* ``` cd /tmp/root/TscanCode/samples/cpp /tmp/root/TscanCode/trunk/tscancode --enable=all --debug -j1 --xml $PWD ```
您好,我在查找代码检测工具时看到这个项目,想要使用lua代码检查功能,目前我的开发环境使用mac,所以想请教您目前进度如何,我有什么方法能获取或者使用mac进行lua代码检测,谢谢
命令行指令 --writefile 提示无法识别,请问是什么情况?
``` git clone https://github.com/Tencent/TscanCode cd TscanCode/trunk/ make ./tscancode ../samples/lua/ ``` No output. But `./tscancode ../samples/cpp/` works. Same behavior when testing with Wine on TscanCode.exe.