Updates to ensure custom metadata key is optional #87
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/[email protected], GabrielBB/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/[email protected], GabrielBB/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests using xvfb:
src/contextualHelp/common/logging.ts#L11
Enum Member name `Error` must match one of the following formats: camelCase
|
Run tests using xvfb:
src/contextualHelp/common/logging.ts#L12
Enum Member name `Warn` must match one of the following formats: camelCase
|
Run tests using xvfb:
src/contextualHelp/common/logging.ts#L13
Enum Member name `Info` must match one of the following formats: camelCase
|
Run tests using xvfb:
src/contextualHelp/common/logging.ts#L14
Enum Member name `Debug` must match one of the following formats: camelCase
|
Run tests using xvfb:
src/contextualHelp/common/logging.ts#L15
Enum Member name `Trace` must match one of the following formats: camelCase
|
Run tests using xvfb:
src/contextualHelp/constants.ts#L5
Variable name `NotebookCellScheme` must match one of the following formats: camelCase, UPPER_CASE
|
Run tests using xvfb:
src/contextualHelp/constants.ts#L9
Variable name `OpenScratchPadInteractive` must match one of the following formats: camelCase, UPPER_CASE
|
Run tests using xvfb:
src/contextualHelp/constants.ts#L10
Variable name `OpenContextualHelp` must match one of the following formats: camelCase, UPPER_CASE
|
Run tests using xvfb:
src/contextualHelp/constants.ts#L14
Variable name `EmptyFileName` must match one of the following formats: camelCase, UPPER_CASE
|
Run tests using xvfb:
src/contextualHelp/constants.ts#L15
Variable name `HistoryPurpose` must match one of the following formats: camelCase, UPPER_CASE
|
Loading