第9周:实验6:静态分析工具
原文英文,约700词,阅读约需3分钟。发表于: 。Introduction For this weeks lab, I was tasked with adding some new features to my release 0.1 project. These included a CONTRIBUTING.md file, a formatter, a linter, and editor integration. Doing...
在本次实验中,我为项目添加了CONTRIBUTING.md文件、格式化工具Prettier和代码检查工具ESLint。这些工具帮助用户提交格式规范的代码,并通过VSCode进行集成,提升了项目的可维护性。