Skip to content

Commit de11b22

Browse files
analysis:chore - Added gorm ignore in warning analysis
Signed-off-by: Wilian Gabriel <[email protected]>
1 parent 283ff1a commit de11b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/entities/analysis/analysis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type Analysis struct {
4040
// simplifying our warning management. After start an analysis we cannot print any message or the loading will
4141
// break, the idea are that we add all necessary warnings into this field and avoid these messages during the
4242
// loading phase.
43-
Warnings []string `json:"-"`
43+
Warnings []string `json:"-" gorm:"-"`
4444
}
4545

4646
func (a *Analysis) GetTable() string {

0 commit comments

Comments
 (0)