Skip to content

Refactored groups service #446

Refactored groups service

Refactored groups service #446

Triggered via pull request October 10, 2023 01:32
Status Failure
Total duration 42s
Artifacts

ci-workflow.yml

on: pull_request
static-checks
33s
static-checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
static-checks: app/services/groups-service.js#L6
'identitiesService' is assigned a value but never used
static-checks: app/services/groups-service.js#L9
'regexValidator' is assigned a value but never used
static-checks: app/services/groups-service.js#L10
'lastUpdatedByQueryHelper' is assigned a value but never used
static-checks: app/services/groups-service.js#L12
'BadlyFormattedParameterError' is assigned a value but never used
static-checks: app/services/groups-service.js#L12
'InvalidQueryStringParameterError' is assigned a value but never used
static-checks: app/services/groups-service.js#L23
Expected blank line between class members
static-checks: app/services/groups-service.js#L23
Expected 'this' to be used by class async method 'create'
static-checks: app/services/groups-service.js#L88
Unnecessary semicolon
static-checks: app/tests/api/groups/groups-input-validation.spec.js#L39
Async function has no 'await' expression
static-checks: app/tests/api/groups/groups-input-validation.spec.js#L54
Async function has no 'await' expression