Merge branch 'master' of https://github.com/dengjiawen8955/mysqldump #1
Annotations
10 errors
lint:
mysqldump.go#L73
cyclomatic complexity 14 of func `Dump` is high (> 10) (gocyclo)
|
lint:
mysqldump.go#L105
Error return value of `buf.WriteString` is not checked (errcheck)
|
lint:
mysqldump.go#L106
Error return value of `buf.WriteString` is not checked (errcheck)
|
lint:
mysqldump.go#L107
Error return value of `buf.WriteString` is not checked (errcheck)
|
lint:
mysqldump.go#L190
func `getDBs` is unused (unused)
|
lint:
mysqldump.go#L247
cyclomatic complexity 32 of func `writeTableData` is high (> 10) (gocyclo)
|
lint:
mysqldump.go#L302
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
|
lint:
mysqldump.go#L308
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
|
lint:
mysqldump.go#L349
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
|
lint:
source.go#L67
cyclomatic complexity 21 of func `Source` is high (> 10) (gocyclo)
|