Skip to content
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

CodeClimate.json is missing description property #203

Open
jnovick opened this issue Dec 27, 2018 · 3 comments
Open

CodeClimate.json is missing description property #203

jnovick opened this issue Dec 27, 2018 · 3 comments

Comments

@jnovick
Copy link

jnovick commented Dec 27, 2018

As per the official documentation, there should be a description field, but there isn't. Looking at the code, the same value set for check_name could be used for description. check_name is not required for Gitlab according to the docs.

@mlapaglia
Copy link

Here's a fix #208

In the mean time, you can manually replace the check_name with description yourself in the build file
I used:
powershell -Command "(gc codeclimate.json) -replace 'check_name', 'description' | Out-File codeclimate.json" on windows

@jnovick
Copy link
Author

jnovick commented Jan 24, 2019

The linux (bash) equivalent that I used sed -i s/check_name/description/ codeclimate.json

@jnovick
Copy link
Author

jnovick commented Jul 9, 2020

Looks like this was taken care of here: #208

I think this issue should be closed, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants