SM-763 add failing test for honda vin proto7 #196
Annotations
10 errors and 9 warnings
golangci-lint:
commands/vehicle.go#L147
ineffectual assignment to err (ineffassign)
|
golangci-lint:
commands/vehicle.go#L150
ineffectual assignment to err (ineffassign)
|
golangci-lint:
commands/vehicle_test.go#L12
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)
|
golangci-lint:
internal/worker_runner_test.go#L18
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)
|
golangci-lint:
main.go#L283
SA4009: argument err is overwritten before first use (staticcheck)
|
golangci-lint:
main.go#L285
SA4009(related information): assignment to err (staticcheck)
|
golangci-lint:
internal/loggers/passive_can_reading.go#L60
SA4005: ineffective assignment to field passiveVinReader.CitroenVinTypeAacceptedFrameC (staticcheck)
|
golangci-lint:
internal/loggers/passive_can_reading.go#L56
SA4005: ineffective assignment to field passiveVinReader.CitroenVinTypeAacceptedFrameB (staticcheck)
|
golangci-lint:
internal/loggers/passive_can_reading.go#L64
SA4005: ineffective assignment to field passiveVinReader.CitroenVinTypeBacceptedFrameA (staticcheck)
|
golangci-lint:
internal/loggers/passive_can_reading.go#L52
SA4005: ineffective assignment to field passiveVinReader.CitroenVinTypeAacceptedFrameA (staticcheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
golangci-lint:
internal/network/data_sender_test.go#L112
unused-parameter: parameter 'qos' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
service/app_test.go#L37
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
service/app_test.go#L40
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
internal/gateways/vehicle_signal_decoding.go#L214
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
golangci-lint:
internal/worker_runner.go#L247
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
internal/worker_runner.go#L262
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
main.go#L207
var-naming: var vehicleSignalDecodingApi should be vehicleSignalDecodingAPI (revive)
|
golangci-lint:
main.go#L332
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading