aboutsummaryrefslogtreecommitdiffstats
path: root/CPPLINT.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Add a config file for cpplintEric Jeong2020-02-071-0/+7
- cpplint is enabled in packages/services/Car. - the config is not compatible with clang format. - this CL will add CPPLINT.cfg to reduce the gap between cpplint and clang format. Bug: 148969477 Test: Create a cpp file containing lines longer than 100 character and check if the file is caught when uploading the commit. Change-Id: I474ccf59ec1d261bb4bd533fbddbc07f546e1f02