chore: update lint packages #16987
Annotations
8 errors and 1 warning
Verify code linting:
packages/context/src/interceptor.ts#L394
Replace `options.namespace·??·options.defaultNamespace·??·global` with `(options.namespace·??·options.defaultNamespace·??·global)`
|
Verify code linting:
packages/core/src/application.ts#L124
Replace `configOrParent·??·{}` with `(configOrParent·??·{})`
|
Verify code linting:
packages/http-server/src/http-server.ts#L119
Replace `·?·serverOptions.protocol·??·'http'` with `⏎······?·(serverOptions.protocol·??·'http')⏎·····`
|
Verify code linting:
packages/rest/src/spec-enhancers/info.spec-enhancer.ts#L54
Replace `·?·this.pkg.name·:·spec.info.title·??·this.pkg.name` with `⏎··········?·this.pkg.name⏎··········:·(spec.info.title·??·this.pkg.name)`
|
Verify code linting:
packages/rest/src/spec-enhancers/info.spec-enhancer.ts#L57
Replace `spec.info.description·??·this.pkg.description` with `(spec.info.description·??·this.pkg.description)`
|
Verify code linting:
packages/rest/src/spec-enhancers/info.spec-enhancer.ts#L60
Replace `spec.info.version·??·this.pkg.version` with `(spec.info.version·??·this.pkg.version)`
|
Verify code linting:
packages/rest/src/spec-enhancers/info.spec-enhancer.ts#L61
Replace `spec.info.contact·??·contact` with `(spec.info.contact·??·contact)`
|
Verify code linting
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading