Skip to content

[#140] Support AsyncLocalStorage [email protected] #577

[#140] Support AsyncLocalStorage [email protected]

[#140] Support AsyncLocalStorage [email protected] #577

GitHub Actions / Checkstyle failed Nov 14, 2023 in 0s

Checkstyle Source Code Analyzer report

45 violation(s) found

Annotations

Check failure on line 10 in lib/client/pinpoint-client.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'log' is assigned a value but never used. (no-unused-vars)

Check failure on line 160 in lib/config.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'key' is assigned a value but never used. (no-unused-vars)

Check failure on line 9 in lib/context/annotation.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'TypedValue' is assigned a value but never used. (no-unused-vars)

Check failure on line 12 in lib/context/annotation.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'valuedType' is defined but never used. (no-unused-vars)

Check failure on line 9 in lib/context/buffered-storage.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'log' is assigned a value but never used. (no-unused-vars)

Check failure on line 13 in lib/context/context-manager.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'resource' is defined but never used. (no-unused-vars)

Check failure on line 11 in lib/context/disable-trace.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'DisableAsyncTrace' is assigned a value but never used. (no-unused-vars)

Check failure on line 13 in lib/context/service-type.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

Parsing error: Unexpected token =

Check failure on line 9 in lib/context/span-recorder.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'Annotation' is assigned a value but never used. (no-unused-vars)

Check failure on line 193 in lib/data/grpc-data-convertor.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'convertAnnotationValue' is assigned a value but never used. (no-unused-vars)

Check failure on line 43 in lib/data/typed-value.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-prototype-builtins

Do not access Object.prototype method 'hasOwnProperty' from target object. (no-prototype-builtins)

Check failure on line 45 in lib/data/typed-value.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-prototype-builtins

Do not access Object.prototype method 'hasOwnProperty' from target object. (no-prototype-builtins)

Check failure on line 47 in lib/data/typed-value.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-prototype-builtins

Do not access Object.prototype method 'hasOwnProperty' from target object. (no-prototype-builtins)

Check failure on line 49 in lib/data/typed-value.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-prototype-builtins

Do not access Object.prototype method 'hasOwnProperty' from target object. (no-prototype-builtins)

Check failure on line 33 in lib/instrumentation/http-shared.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'moduleName' is defined but never used. (no-unused-vars)

Check failure on line 92 in lib/instrumentation/http-shared.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'moduleName' is defined but never used. (no-unused-vars)

Check failure on line 43 in lib/instrumentation/module/express/patch-layer.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'req' is defined but never used. (no-unused-vars)

Check failure on line 43 in lib/instrumentation/module/express/patch-layer.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'res' is defined but never used. (no-unused-vars)

Check failure on line 43 in lib/instrumentation/module/express/patch-layer.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'next' is defined but never used. (no-unused-vars)

Check failure on line 40 in lib/instrumentation/module/koa/koa-register-interceptor.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'ctx' is defined but never used. (no-unused-vars)

Check failure on line 40 in lib/instrumentation/module/koa/koa-register-interceptor.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'next' is defined but never used. (no-unused-vars)

Check failure on line 19 in lib/instrumentation/module/mysql/mysql-cluster-of-interceptor.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'target' is defined but never used. (no-unused-vars)

Check failure on line 19 in lib/instrumentation/module/mysql/mysql-cluster-of-interceptor.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'args' is defined but never used. (no-unused-vars)

Check failure on line 18 in lib/instrumentation/module/mysql/mysql-connection-interceptor.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'target' is defined but never used. (no-unused-vars)

Check failure on line 18 in lib/instrumentation/module/mysql/mysql-connection-interceptor.js

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

eslint.rules.no-unused-vars

'args' is defined but never used. (no-unused-vars)