HM24 (DO NOT MERGE) #668
Annotations
10 errors and 1 warning
backend/graphql/internal/resolver/resolver.go#L1
package-comments: should have a package comment (revive)
|
backend/daemon/api/documents/v1alpha/docmodel/moves.go#L19
exported: exported const TrashNodeID should have comment or be unexported (revive)
|
backend/daemon/api/documents/v1alpha/docmodel/docmodel.go#L1
package-comments: should have a package comment (revive)
|
backend/daemon/api/documents/v1alpha/docmodel/moves.go#L421
ineffectual assignment to err (ineffassign)
|
backend/testutil/testutil.go#L70
unused-parameter: parameter 'readOnly' seems to be unused, consider removing or renaming it as _ (revive)
|
backend/testutil/testutil.go#L78
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
backend/testutil/testutil.go#L82
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
backend/pkg/dqb/qfmt.go#L67
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
backend/pkg/sqlitegen/queries_test.go#L4
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
backend/pkg/sqlitegen/schema_test.go#L5
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
|
This job failed
Loading