RSDK-9305 Add CI #10
Merged
RSDK-9305 Add CI #10
Annotations
10 errors and 1 warning
Run linter:
gateway/sensor.go#L379
Error return value of `gpio.ResetGPIO` is not checked (errcheck)
|
Run linter:
gateway/uplink.go#L195
Error return value of `errors.New` is not checked (errcheck)
|
Run linter:
node/node.go#L74
string `OTAA` has 3 occurrences, but such constant `testJoinTypeOTAA` already exists (goconst)
|
Run linter:
gateway/uplink.go#L137
assignOp: replace `decodeScript = decodeScript + "\n\nDecode(fPort, bytes);\n"` with `decodeScript += "\n\nDecode(fPort, bytes);\n"` (gocritic)
|
Run linter:
gateway/uplink.go#L122
G304: Potential file inclusion via variable (gosec)
|
Run linter:
gpio/gpioreset.go#L65
exported: exported function ResetGPIO should have comment or be unexported (revive)
|
Run linter:
node/node.go#L37
exported: exported type Config should have comment or be unexported (revive)
|
Run linter:
node/node.go#L120
exported: exported type Node should have comment or be unexported (revive)
|
Run linter:
node/node.go#L160
exported: exported method Node.Reconfigure should have comment or be unexported (revive)
|
Run linter:
node/node.go#L274
exported: exported method Node.Close should have comment or be unexported (revive)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading