Skip to content

Commit

Permalink
analysis:chore - Added gorm ignore in warning analysis
Browse files Browse the repository at this point in the history
Signed-off-by: Wilian Gabriel <[email protected]>
  • Loading branch information
wiliansilvazup committed Mar 22, 2022
1 parent 283ff1a commit de11b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/entities/analysis/analysis.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type Analysis struct {
// simplifying our warning management. After start an analysis we cannot print any message or the loading will
// break, the idea are that we add all necessary warnings into this field and avoid these messages during the
// loading phase.
Warnings []string `json:"-"`
Warnings []string `json:"-" gorm:"-"`
}

func (a *Analysis) GetTable() string {
Expand Down

0 comments on commit de11b22

Please sign in to comment.