# cpplint-test **Repository Path**: zzh-wisdom/cpplint-test ## Basic Information - **Project Name**: cpplint-test - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-08-25 - **Last Updated**: 2022-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cpplint-test 运行命令: ```shell cpplint --output=eclipse --counting=toplevel --repository .. --recursive . ``` 编译命令: ```shell g++ -o main -I. main.cc table/map.cc ``` ## 备注 CPPLINT.cfg文件中使用的选项: ```cpp set noparent filter=+filter1,-filter2,... exclude_files=regex linelength=80 root=subdir // 相对路径与 CPPLINT.cfg 的目录相关。 headers=x,y,... ```