test: [DBAAS1-1403] Cypress tests for Postgresql Synchronous Replication Advanced Configuration #8589
Annotations
1 error and 10 warnings
|
ESLint Review (manager)
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
|
ESLint Review (manager):
packages/manager/cypress/e2e/core/databases/advanced-configuration.spec.ts#L526
[eslint] reported by reviewdog 🐶
Refactor this code to not nest functions more than 4 levels deep.
Raw Output:
{"ruleId":"sonarjs/no-nested-functions","severity":1,"message":"Refactor this code to not nest functions more than 4 levels deep.","line":526,"column":25,"nodeType":null,"endLine":526,"endColumn":27}
|
|
ESLint Review (manager):
packages/manager/cypress/e2e/core/databases/advanced-configuration.spec.ts#L486
[eslint] reported by reviewdog 🐶
Refactor this code to not nest functions more than 4 levels deep.
Raw Output:
{"ruleId":"sonarjs/no-nested-functions","severity":1,"message":"Refactor this code to not nest functions more than 4 levels deep.","line":486,"column":60,"nodeType":null,"endLine":486,"endColumn":62}
|
|
ESLint Review (manager):
packages/manager/cypress/e2e/core/databases/advanced-configuration.spec.ts#L484
[eslint] reported by reviewdog 🐶
Unexpected any. Specify a different type.
Raw Output:
{"ruleId":"@typescript-eslint/no-explicit-any","severity":1,"message":"Unexpected any. Specify a different type.","line":484,"column":48,"nodeType":"TSAnyKeyword","messageId":"unexpectedAny","endLine":484,"endColumn":51,"suggestions":[{"messageId":"suggestUnknown","fix":{"range":[17607,17610],"text":"unknown"},"desc":"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."},{"messageId":"suggestNever","fix":{"range":[17607,17610],"text":"never"},"desc":"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."}]}
|
|
ESLint Review (manager):
packages/manager/cypress/e2e/core/databases/advanced-configuration.spec.ts#L483
[eslint] reported by reviewdog 🐶
Unexpected any. Specify a different type.
Raw Output:
{"ruleId":"@typescript-eslint/no-explicit-any","severity":1,"message":"Unexpected any. Specify a different type.","line":483,"column":46,"nodeType":"TSAnyKeyword","messageId":"unexpectedAny","endLine":483,"endColumn":49,"suggestions":[{"messageId":"suggestUnknown","fix":{"range":[17549,17552],"text":"unknown"},"desc":"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."},{"messageId":"suggestNever","fix":{"range":[17549,17552],"text":"never"},"desc":"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."}]}
|
|
ESLint Review (manager):
packages/manager/cypress/e2e/core/databases/advanced-configuration.spec.ts#L406
[eslint] reported by reviewdog 🐶
Refactor this code to not nest functions more than 4 levels deep.
Raw Output:
{"ruleId":"sonarjs/no-nested-functions","severity":1,"message":"Refactor this code to not nest functions more than 4 levels deep.","line":406,"column":25,"nodeType":null,"endLine":406,"endColumn":27}
|
|
ESLint Review (manager):
packages/manager/cypress/e2e/core/databases/advanced-configuration.spec.ts#L309
[eslint] reported by reviewdog 🐶
Refactor this code to not nest functions more than 4 levels deep.
Raw Output:
{"ruleId":"sonarjs/no-nested-functions","severity":1,"message":"Refactor this code to not nest functions more than 4 levels deep.","line":309,"column":25,"nodeType":null,"endLine":309,"endColumn":27}
|
|
ESLint Review (manager):
packages/manager/cypress/e2e/core/databases/advanced-configuration.spec.ts#L295
[eslint] reported by reviewdog 🐶
Refactor this code to not nest functions more than 4 levels deep.
Raw Output:
{"ruleId":"sonarjs/no-nested-functions","severity":1,"message":"Refactor this code to not nest functions more than 4 levels deep.","line":295,"column":25,"nodeType":null,"endLine":295,"endColumn":27}
|
|
ESLint Review (manager):
packages/manager/cypress/e2e/core/databases/advanced-configuration.spec.ts#L56
[eslint] reported by reviewdog 🐶
Unexpected any. Specify a different type.
Raw Output:
{"ruleId":"@typescript-eslint/no-explicit-any","severity":1,"message":"Unexpected any. Specify a different type.","line":56,"column":32,"nodeType":"TSAnyKeyword","messageId":"unexpectedAny","endLine":56,"endColumn":35,"suggestions":[{"messageId":"suggestUnknown","fix":{"range":[1623,1626],"text":"unknown"},"desc":"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."},{"messageId":"suggestNever","fix":{"range":[1623,1626],"text":"never"},"desc":"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."}]}
|
|
ESLint Review (manager):
packages/manager/cypress/e2e/core/databases/advanced-configuration.spec.ts#L55
[eslint] reported by reviewdog 🐶
Unexpected any. Specify a different type.
Raw Output:
{"ruleId":"@typescript-eslint/no-explicit-any","severity":1,"message":"Unexpected any. Specify a different type.","line":55,"column":19,"nodeType":"TSAnyKeyword","messageId":"unexpectedAny","endLine":55,"endColumn":22,"suggestions":[{"messageId":"suggestUnknown","fix":{"range":[1582,1585],"text":"unknown"},"desc":"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."},{"messageId":"suggestNever","fix":{"range":[1582,1585],"text":"never"},"desc":"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."}]}
|
|
ESLint Review (manager):
packages/manager/cypress/e2e/core/databases/advanced-configuration.spec.ts#L54
[eslint] reported by reviewdog 🐶
Unexpected any. Specify a different type.
Raw Output:
{"ruleId":"@typescript-eslint/no-explicit-any","severity":1,"message":"Unexpected any. Specify a different type.","line":54,"column":27,"nodeType":"TSAnyKeyword","messageId":"unexpectedAny","endLine":54,"endColumn":30,"suggestions":[{"messageId":"suggestUnknown","fix":{"range":[1559,1562],"text":"unknown"},"desc":"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."},{"messageId":"suggestNever","fix":{"range":[1559,1562],"text":"never"},"desc":"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."}]}
|