Goto command support to handle dirty Database state #80
Triggered via pull request
September 23, 2024 15:14
Status
Failure
Total duration
25m 44s
Artifacts
–
ci.yaml
on: pull_request
Matrix: test
lint
2m 45s
Check coverage
0s
Release a new version
0s
Annotations
12 errors and 1 warning
lint:
cmd/migrate/main.go#L19
Error return value of `viper.BindPFlags` is not checked (errcheck)
|
lint:
migrate.go#L273
`behaviour` is a misspelling of `behavior` (misspell)
|
lint:
cmd/migrate/config.go#L7
const `defaultDatabaseDSN` is unused (unused)
|
lint:
cmd/migrate/config.go#L8
const `defaultDatabaseDriver` is unused (unused)
|
lint:
cmd/migrate/config.go#L9
const `defaultDatabaseAddress` is unused (unused)
|
lint:
cmd/migrate/config.go#L10
const `defaultDatabaseName` is unused (unused)
|
lint:
cmd/migrate/config.go#L11
const `defaultDatabaseUser` is unused (unused)
|
lint:
cmd/migrate/config.go#L12
const `defaultDatabasePassword` is unused (unused)
|
lint:
cmd/migrate/config.go#L13
const `defaultDatabaseSSL` is unused (unused)
|
lint:
cmd/migrate/config.go#L14
const `defaultConfigDirectory` is unused (unused)
|
test (1.21.x)
Process completed with exit code 2.
|
test (1.22.x)
Process completed with exit code 2.
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/migrate/migrate. Supported file pattern: go.sum
|