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

[cli] Fix JSON format of CodeChecker version subcommand #3558

Merged

Conversation

csordasmarton
Copy link
Contributor

Closes #3551

The output of the CodeChecker version -o json command wasn't a valid
JSON format. With this patch we will provide a valid JSON output for this
command.

The output of the `CodeChecker version -o json` command wasn't a valid
JSON format. With this patch we will provide a valid JSON output for this
command.
@csordasmarton csordasmarton added CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands WARN ⚠️: Backward compatibility breaker! MIND THE GAP! Merging this patch will mess up compatibility with the previous releases! refactoring 😡 ➡️ 🙂 Refactoring code. labels Dec 16, 2021
@csordasmarton csordasmarton added this to the release 6.19.0 milestone Dec 16, 2021
@bruntib bruntib merged commit 11e5d66 into Ericsson:master Jan 21, 2022
csordasmarton added a commit to csordasmarton/CodecheckerVSCodePlugin that referenced this pull request Jan 24, 2022
The JSON output format of the `CodeChecker analyzer-version` command
is changed in Ericsson/codechecker#3558. With
this patch we will support both the old and new versions.
@csordasmarton csordasmarton deleted the fix_json_format_of_version_subcommand branch January 28, 2022 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands refactoring 😡 ➡️ 🙂 Refactoring code. WARN ⚠️: Backward compatibility breaker! MIND THE GAP! Merging this patch will mess up compatibility with the previous releases!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CodeChecker version output is invalid in JSON format
2 participants