Skip to content

Commit

Permalink
fix: fix unahanled return error value gosec scan message
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriel Perkins committed Jun 20, 2022
1 parent c6a6933 commit cb59f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemacheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ func main() {
errLogger.Panicf(err.Error())
}

Validate(file, fileExt, loadedSchema)
_ = Validate(file, fileExt, loadedSchema)
}
}

0 comments on commit cb59f4a

Please sign in to comment.