feat!: add block definitions to colour field plugin #2812
build.yml
on: pull_request
lint
1m 10s
format
1m 11s
Matrix: build
Annotations
8 errors and 17 warnings
lint:
plugins/field-colour/src/blocks/colourBlend.ts#L17
Variable name `BLOCK_NAME` must match one of the following formats: camelCase, PascalCase
|
lint:
plugins/field-colour/src/blocks/colourPicker.ts#L17
Variable name `BLOCK_NAME` must match one of the following formats: camelCase, PascalCase
|
lint:
plugins/field-colour/src/blocks/colourRandom.ts#L17
Variable name `BLOCK_NAME` must match one of the following formats: camelCase, PascalCase
|
lint:
plugins/field-colour/src/blocks/colourRgb.ts#L17
Variable name `BLOCK_NAME` must match one of the following formats: camelCase, PascalCase
|
lint:
plugins/field-colour/src/blocks/generatorUtils.ts#L13
Use an `interface` instead of a `type`
|
lint:
plugins/field-colour/test/index.ts#L83
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
|
lint
Process completed with exit code 1.
|
format
Process completed with exit code 1.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint:
plugins/field-colour/src/blocks/colourBlend.ts#L110
Unexpected any. Specify a different type
|
lint:
plugins/field-colour/src/blocks/colourBlend.ts#L265
Missing JSDoc @param "gens" declaration
|
lint:
plugins/field-colour/src/blocks/colourPicker.ts#L124
Missing JSDoc @param "gens" declaration
|
lint:
plugins/field-colour/src/blocks/colourRandom.ts#L69
Unexpected any. Specify a different type
|
lint:
plugins/field-colour/src/blocks/colourRandom.ts#L142
Unexpected any. Specify a different type
|
lint:
plugins/field-colour/src/blocks/colourRandom.ts#L153
Missing JSDoc @param "gens" declaration
|
lint:
plugins/field-colour/src/blocks/colourRgb.ts#L102
Unexpected any. Specify a different type
|
lint:
plugins/field-colour/src/blocks/colourRgb.ts#L226
Missing JSDoc @param "gens" declaration
|
lint:
plugins/field-colour/src/blocks/index.ts#L19
Missing JSDoc @param "generators" declaration
|
lint:
plugins/field-colour/test/index.ts#L21
'toolbox' is assigned a value but never used
|
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|