Bump SonarSource/sonarcloud-github-action #1675
Annotations
1 error and 12 warnings
checkout-and-build
Process completed with exit code 1.
|
SonarScanner
This action is deprecated and will be removed in a future release. Please use the sonarqube-scan-action action instead. The sonarqube-scan-action is a drop-in replacement for this action.
|
SonarScanner
Running this GitHub Action without SONAR_TOKEN is not recommended
|
checkout-and-build:
src/controllers/api-information.controller.ts#L27
Use object destructuring
|
checkout-and-build:
src/controllers/health-check.controller.ts#L53
Use object destructuring
|
checkout-and-build:
src/controllers/health-check.controller.ts#L59
'dataBase' is never reassigned. Use 'const' instead
|
checkout-and-build:
src/controllers/health-check.controller.ts#L60
'blockBook' is never reassigned. Use 'const' instead
|
checkout-and-build:
src/controllers/health-check.controller.ts#L61
'rskNode' is never reassigned. Use 'const' instead
|
checkout-and-build:
src/controllers/health-check.controller.ts#L62
'bridgeService' is never reassigned. Use 'const' instead
|
checkout-and-build:
src/controllers/health-check.controller.ts#L77
'bridgeService' is never reassigned. Use 'const' instead
|
checkout-and-build:
src/controllers/health-check.controller.ts#L78
Unexpected any. Specify a different type
|
checkout-and-build:
src/controllers/health-check.controller.ts#L83
Unnecessary 'else' after 'return'
|
checkout-and-build:
src/controllers/health-check.controller.ts#L89
Assignment to property of function parameter 'health'
|