I've already added mine, add yours' too.
There is one small problem though, this repository checks for every .cpp file through CPPLintBear (based on https://github.com/cpplint/cpplint). So, the CI will fail for any error thrown by the bear.
You can either add your files and verify that the bear doesn't fail, or, you can add all such files to the ignore setting in .coafile. In the end, I just want a green build.
Ping @codemute/contributors
I've already added mine, add yours' too.
There is one small problem though, this repository checks for every .cpp file through CPPLintBear (based on https://github.com/cpplint/cpplint). So, the CI will fail for any error thrown by the bear.
You can either add your files and verify that the bear doesn't fail, or, you can add all such files to the
ignoresetting in.coafile. In the end, I just want a green build.Ping @codemute/contributors