Skip to content

feat: add support for ESP-IDF v5 & mcpack #225

feat: add support for ESP-IDF v5 & mcpack

feat: add support for ESP-IDF v5 & mcpack #225

Triggered via pull request October 12, 2023 01:10
Status Failure
Total duration 49s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
lint: src/toolbox/setup/esp32.ts#L16
Variable name `ESP_BRANCH_v4` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
lint: src/toolbox/setup/esp32.ts#L17
Variable name `ESP_BRANCH_v5` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
lint: src/toolbox/setup/esp32.ts#L46
Unexpected nullable boolean value in conditional. Please handle the nullish case explicitly
lint: src/toolbox/setup/esp32.ts#L46
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint: src/toolbox/update/esp32.ts#L12
Variable name `ESP_BRANCH_v4` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
lint: src/toolbox/update/esp32.ts#L13
Variable name `ESP_BRANCH_v5` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
lint: src/toolbox/update/esp32.ts#L46
Unexpected nullable boolean value in conditional. Please handle the nullish case explicitly
lint: src/toolbox/update/esp32.ts#L46
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint
Process completed with exit code 1.