Merge pull request #718 from Wikid82/nightly #2360
quality-checks.yml
on: push
Codecov Trigger/Comment Parity Guard
5s
Backend (Go)
7m 57s
Frontend (React)
7m 49s
Annotations
2 errors and 1 warning
|
Backend (Go)
Command failed: /home/runner/golangci-lint-2.10.1-linux-amd64/golangci-lint config verify
jsonschema: "version" does not validate with "/properties/version/type": got number, want string
jsonschema: "linters" does not validate with "/properties/linters/additionalProperties": additional properties 'linters-settings' not allowed
The command is terminated due to an error: the configuration contains invalid elements
|
|
Backend (Go)
Failed to run: Error: Command failed: /home/runner/golangci-lint-2.10.1-linux-amd64/golangci-lint config verify
jsonschema: "version" does not validate with "/properties/version/type": got number, want string
jsonschema: "linters" does not validate with "/properties/linters/additionalProperties": additional properties 'linters-settings' not allowed
The command is terminated due to an error: the configuration contains invalid elements
, Error: Command failed: /home/runner/golangci-lint-2.10.1-linux-amd64/golangci-lint config verify
jsonschema: "version" does not validate with "/properties/version/type": got number, want string
jsonschema: "linters" does not validate with "/properties/linters/additionalProperties": additional properties 'linters-settings' not allowed
The command is terminated due to an error: the configuration contains invalid elements
at genericNodeError (node:internal/errors:985:15)
at wrappedFn (node:internal/errors:539:14)
at ChildProcess.exithandler (node:child_process:417:12)
at ChildProcess.emit (node:events:508:28)
at maybeClose (node:internal/child_process:1101:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5)
|
|
Frontend (React):
frontend/src/context/AuthContext.tsx#L177
React Hook useEffect has a missing dependency: 'logout'. Either include it or remove the dependency array
|