feat: Integrate Resource Browsers #366
Annotations
5 errors, 20 warnings, and 2 notices
|
Format
Process completed with exit code 1.
|
|
format:
resources/focuses/everything-in-default-region.focus.json#L1
File content differs from formatting output
|
|
format:
resources/focuses/everything-in-default-profile.focus.json#L1
File content differs from formatting output
|
|
format:
resources/focuses/everything-in-all-profiles.focus.json#L1
File content differs from formatting output
|
|
format:
openspec/changes/archive/2026-06-23-integrate-resource-browsers/metamodel-sample.json#L1
File content differs from formatting output
|
|
lint/complexity/noStaticOnlyClass:
src/platforms/aws/clients/lambda.ts#L21
Avoid classes that contain only static members.
|
|
lint/style/noNonNullAssertion:
src/platforms/aws/clients/iam.ts#L79
Forbidden non-null assertion.
|
|
lint/style/noNonNullAssertion:
src/platforms/aws/clients/iam.ts#L62
Forbidden non-null assertion.
|
|
lint/complexity/noStaticOnlyClass:
src/platforms/aws/clients/iam.ts#L17
Avoid classes that contain only static members.
|
|
lint/style/noNonNullAssertion:
src/platforms/aws/clients/dynamodb.ts#L63
Forbidden non-null assertion.
|
|
lint/complexity/noStaticOnlyClass:
src/platforms/aws/clients/dynamodb.ts#L21
Avoid classes that contain only static members.
|
|
lint/complexity/noStaticOnlyClass:
src/platforms/aws/clients/cloudformation.ts#L22
Avoid classes that contain only static members.
|
|
lint/style/noNonNullAssertion:
src/platforms/aws/clients/account.ts#L35
Forbidden non-null assertion.
|
|
lint/complexity/noStaticOnlyClass:
src/platforms/aws/clients/account.ts#L15
Avoid classes that contain only static members.
|
|
lint/complexity/noStaticOnlyClass:
src/models/focus.ts#L64
Avoid classes that contain only static members.
|
|
Lint:
src/test/services/declarativeEngine.test.ts#L41
Async method 'list' has no 'await' expression
|
|
Lint:
src/test/models/cfnStackModel.test.ts#L66
Async arrow function has no 'await' expression
|
|
Lint:
src/test/extension.test.ts#L11
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Lint:
src/plugins/setup.ts#L349
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Lint:
src/plugins/setup.ts#L342
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Lint:
src/plugins/setup.ts#L338
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Lint:
src/plugins/setup.ts#L331
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Lint:
src/plugins/setup.ts#L46
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Lint:
src/plugins/manage.ts#L31
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Lint:
src/plugins/manage.ts#L16
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
lint/correctness/useParseIntRadix:
src/platforms/aws/services/sqs/provider.ts#L84
Missing radix parameter
|
|
lint/correctness/useParseIntRadix:
src/platforms/aws/services/sqs/provider.ts#L91
Missing radix parameter
|