-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 remove json marshaling that's not working (#577)
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]>
- Loading branch information
1 parent
970202d
commit 1e8c3cf
Showing
1 changed file
with
0 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters