✨ feat: Add support for application state management #7006
Annotations
9 errors
golangci-lint
issues found
|
golangci-lint:
state_test.go#L161
test helper function should start from t.Helper() (thelper)
|
golangci-lint:
state_test.go#L153
fieldalignment: struct with 64 pointer bytes could be 56 (govet)
|
golangci-lint:
state_test.go#L86
float-compare: use require.InEpsilon (or InDelta) (testifylint)
|
golangci-lint:
state_test.go#L80
float-compare: use require.InEpsilon (or InDelta) (testifylint)
|
golangci-lint:
state.go#L95
Error return value is not checked (errcheck)
|
golangci-lint:
state.go#L51
confusing-results: unnamed results of the same type may be confusing, consider using named results (revive)
|
golangci-lint:
state.go#L3
should only use grouped 'import' declarations (grouper)
|
golangci-lint:
app.go#L90
fieldalignment: struct with 1304 pointer bytes could be 1232 (govet)
|
Loading