__init__.py aktualisieren #11
ci.yml
on: push
Create common environment
1m 15s
Matrix: Run pytest
Check black
18s
Check flake8
13s
Check pylint
1m 30s
Check pyupgrade
14s
Run script/ci-custom
10s
Check clang-format
37s
Split components for testing into 20 groups maximum
0s
Matrix: test-build-components
Matrix: clang-tidy
Matrix: Test split components
CI Status
0s
Annotations
18 errors and 4 warnings
Run script/ci-custom:
esphome/components/vaillantx6/__init__.py#L1
File does not end with a newline, please add an empty line at the end of the file.
|
Run script/ci-custom:
esphome/components/vaillantx6/vaillantx6.cpp#L1
File does not end with a newline, please add an empty line at the end of the file.
|
Run script/ci-custom:
esphome/components/vaillantx6/vaillantx6.cpp#L113
delay(50); - long calls to delay() are not allowed in ESPHome because everything executes in one thread. Calling delay() will block the main thread and slow down ESPHome.
|
Run script/ci-custom:
esphome/components/vaillantx6/vaillantx6.cpp#L60
The datatype byte is not allowed to be used in ESPHome. Please use uint8_t instead.
|
Run script/ci-custom:
esphome/components/vaillantx6/vaillantx6.cpp#L74
The datatype byte is not allowed to be used in ESPHome. Please use uint8_t instead.
|
Run script/ci-custom:
esphome/components/vaillantx6/vaillantx6.cpp#L75
The datatype byte is not allowed to be used in ESPHome. Please use uint8_t instead.
|
Run script/ci-custom:
esphome/components/vaillantx6/vaillantx6.cpp#L1
Invalid namespace found in C++ file. All integration C++ files should put all functions in a separate namespace that matches the integration's name. Please make sure the file contains namespace vaillantx6
|
Run script/ci-custom:
esphome/components/vaillantx6/vaillantx6.cpp#L62
Trailing whitespace detected
|
Run script/ci-custom:
esphome/components/vaillantx6/vaillantx6.h#L1
File does not end with a newline, please add an empty line at the end of the file.
|
Run script/ci-custom:
esphome/components/vaillantx6/vaillantx6.h#L7
#define macros for integer constants are not allowed, please use static const uint8_t CMD_LENGTH = 7; style instead (replace uint8_t with the appropriate datatype). See also Google style guide.
|
Check flake8
Process completed with exit code 1.
|
Check pyupgrade
Process completed with exit code 1.
|
Check pyupgrade
Process completed with exit code 1.
|
Check black
Process completed with exit code 1.
|
Check clang-format
Process completed with exit code 1.
|
Check clang-format
Process completed with exit code 1.
|
Check pylint
Process completed with exit code 2.
|
CI Status
Process completed with exit code 1.
|
Run pytest (3.9, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run pytest (3.12, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run pytest (3.11, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run pytest (3.10, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|