Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade yaml from 2.4.5 to 2.5.0 #24

Merged
merged 1 commit into from
Aug 15, 2024

fix: upgrade yaml from 2.4.5 to 2.5.0

3430ae6
Select commit
Loading
Failed to load commit list.
Merged

[Snyk] Upgrade yaml from 2.4.5 to 2.5.0 #24

fix: upgrade yaml from 2.4.5 to 2.5.0
3430ae6
Select commit
Loading
Failed to load commit list.
Codeac.io / Codeac Code Quality succeeded Aug 14, 2024 in 31s

Codeac Code Quality

This PR contains 6 errors and 1047 warnings.

Annotations

Check warning on line 44 in examples/src/preload/preload.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

max-line-length

Exceeds maximum line length of 120

Check warning on line 22 in examples/src/services/health-check.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

triple-equals

== should be ===

Check warning on line 25 in examples/src/services/health-check.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

triple-equals

== should be ===

Check warning on line 67 in examples/src/services/hello-world-service.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

cyclomatic-complexity

The function handleEvent has a cyclomatic complexity of 13 which is higher than the threshold of 10

Check warning on line 1 in examples/src/services/hello-world-service.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 2 in examples/src/services/hello-world-service.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 7 in examples/src/services/hello-world-service.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 37 in examples/src/services/hello-world-service.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 38 in examples/src/services/hello-world-service.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 67 in examples/src/services/hello-world-service.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 94 in examples/src/services/hello-world-service.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 269 in src/system/platform.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

max-line-length

Exceeds maximum line length of 120

Check warning on line 33 in examples/src/services/hello-world-service.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

triple-equals

== should be ===

Check warning on line 623 in src/system/rest-automation.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

triple-equals

== should be ===

Check warning on line 335 in src/system/platform.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

max-line-length

Exceeds maximum line length of 120

Check warning on line 126 in src/models/event-envelope.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 46 in examples/src/services/hello-world-service.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

triple-equals

== should be ===

Check warning on line 50 in src/system/object-stream.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 5 in dist/system/local-pubsub.d.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

array-type

Array type using 'Array<T>' is forbidden. Use 'T[]' instead.

Check warning on line 111 in src/system/rest-automation.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 634 in src/system/rest-automation.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

triple-equals

== should be ===

Check warning on line 483 in src/system/platform.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-string-literal

object access via string literals is disallowed

Check warning on line 460 in src/system/platform.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

max-line-length

Exceeds maximum line length of 120

Check warning on line 145 in src/models/event-envelope.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 7 in dist/system/local-pubsub.d.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

array-type

Array type using 'Array<T>' is forbidden. Use 'T[]' instead.