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

🐛 remove json marshaling that's not working #577

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

pranavgaikwad
Copy link
Contributor

@pranavgaikwad pranavgaikwad commented Apr 16, 2024

This is not working, and actually making static report generation fail.

This is the error I see because of the custom MarshalJSON() function:

json: error calling MarshalJSON for type RuleSet: json: error calling MarshalJSON for type konveyor.Violation: json: unsupported type: map[interface {}]interface {}

@pranavgaikwad pranavgaikwad added the cherry-pick/release-0.3 This PR should be cherry-picked to release-0.3 branch. label Apr 16, 2024
@pranavgaikwad pranavgaikwad merged commit 1e8c3cf into konveyor:main Apr 17, 2024
7 checks passed
github-actions bot pushed a commit that referenced this pull request Apr 17, 2024
This is not working, and actually making static report generation fail.

This is the error I see because of the custom MarshalJSON() function:

```
json: error calling MarshalJSON for type RuleSet: json: error calling MarshalJSON for type konveyor.Violation: json: unsupported type: map[interface {}]interface {}
```

Signed-off-by: Pranav Gaikwad <[email protected]>
Signed-off-by: Cherry Picker <[email protected]>
pranavgaikwad added a commit that referenced this pull request Apr 17, 2024
This is not working, and actually making static report generation fail.

This is the error I see because of the custom MarshalJSON() function:

```
json: error calling MarshalJSON for type RuleSet: json: error calling MarshalJSON for type konveyor.Violation: json: unsupported type: map[interface {}]interface {}
```

Signed-off-by: Pranav Gaikwad <[email protected]>
Signed-off-by: Cherry Picker <[email protected]>

Signed-off-by: Pranav Gaikwad <[email protected]>
Signed-off-by: Cherry Picker <[email protected]>
Co-authored-by: Pranav Gaikwad <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick/release-0.3 This PR should be cherry-picked to release-0.3 branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants