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) #578

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

konveyor-ci-bot[bot]
Copy link

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]

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]>
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

Successfully merging this pull request may close these issues.

1 participant