SNOW-871416: [HTAP] Query Context Caching for Node #669
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
Run lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run lint:
lib/agent/cert_util.js#L52
Opening curly brace does not appear on the same line as controlling statement
|
Run lint:
lib/agent/cert_util.js#L53
Unexpected var, use let or const instead
|
Run lint:
lib/agent/cert_util.js#L57
Opening curly brace does not appear on the same line as controlling statement
|
Run lint:
lib/agent/cert_util.js#L60
Opening curly brace does not appear on the same line as controlling statement
|
Run lint:
lib/agent/cert_util.js#L64
Closing curly brace does not appear on the same line as the subsequent block
|
Run lint:
lib/agent/cert_util.js#L66
Opening curly brace does not appear on the same line as controlling statement
|
Run lint:
lib/agent/cert_util.js#L70
Unexpected var, use let or const instead
|
Run lint:
lib/agent/cert_util.js#L71
Unexpected var, use let or const instead
|
Run lint:
lib/agent/cert_util.js#L84
Strings must use singlequote
|
Run lint:
lib/agent/cert_util.js#L88
Opening curly brace does not appear on the same line as controlling statement
|