如何从cpplint获得置信度?
--verbose =0对我没有任何帮助
谢谢!
发布于 2021-10-25 16:06:13
我使用的是cpplint 1.5.5。我相信在使用置信度时,会默认显示置信度:
输入: cpplint memory_management.h
输出:的置信度均为[5]
memory_management.h:0: No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
memory_management.h:0: No #ifndef header guard found, suggested CPP variable is: _HOME_MEMORY_MANAGEMENT_H_ [build/header_guard] [5]
Done processing memory_management.h
Total errors found: 2https://stackoverflow.com/questions/69693031
复制相似问题