Supper Thomas
Supper Thomas
还是遍历一下ignore.yml文件找到所有需要忽略的文件夹,搞个大数组轮询
添加个py函数,输入是文件路径,输出是是否ignore
后面可以考虑scons命令加astyle
https://mp.weixin.qq.com/s/Qzib2l1Gi4ZZPXI6FjsYSQ cppcheck二次腾讯开发版本
https://mp.weixin.qq.com/s/jpkeb8egdWn2nK0mh_eBEQ
``` mkdir build cd build cmake .. make sudo make install cppcheck --version ```
``` # 克隆仓库 git clone https://github.com/danmar/cppcheck.git cd cppcheck # 获取所有标签 git fetch --tags # 检查最新的 Release 标签 latest_tag=$(git describe --tags `git rev-list --tags --max-count=1`) echo "Latest release tag: $latest_tag" #...
sudo make install FILESDIR=/usr/local/share/Cppcheck CFGDIR=/usr/share/Cppcheck/cfg
发现一个不错讲BLE的博客,写得蛮不错的 https://novelbits.io/category/bluetooth-low-energy-protocol/
https://gpt.chatapi.art