feat: cpplint parser #22

Merged
张泊明518370910136 merged 3 commits from cpplint into master 2024-04-04 07:29:00 +08:00
Showing only changes of commit b884ae953a - Show all commits

View File

@ -28,6 +28,9 @@ $ make prepare-test
```
7. Check the functions of `joj3` with the `make test`, which should pass all the test cases. The cases used here are in `/examples`.
Note: you may fail the test if the checking tools are not installed. e.g. For the test case `cpplint/sillycode`, you need to install `cpplint` in `/usr/bin` or `/usr/local/bin`.
```bash
$ make test
go test -coverprofile cover.out -v ./...