-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more solutions #2
Comments
I'm already quite busy with my GSoC project, also I haven't been updating my repository from a long long time. Also, linting jobs are quite troublesome since I don't think anyone lint their code during a contest. But anyway, I will try to get these once I'm free, sorry for the delay :) |
Yeah, no worries. |
Ping @codemute/contributors could be a nice one for Hacktoberfest! |
I'll be doing lot more CP this and next month (until GCI starts), so more PRs to come up from my side. |
Btw, I've removed the cpp linting job and now there is no need to modify your existing code. Just create a PR as it is, we will get it merged quickly.. |
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
The text was updated successfully, but these errors were encountered: