Bump pylint from 2.11.1 to 2.17.6 #126
Triggered via pull request
September 25, 2023 18:35
Status
Failure
Total duration
3m 18s
Artifacts
–
Annotations
108 errors and 15 warnings
|
Run script/clang-tidy for ESP8266:
script/clang-tidy#L157
idedata = load_idedata(args.environment)
|
Run script/clang-tidy for ESP8266:
script/helpers.py#L141
stdout = subprocess.check_output(["pio", "run", "-t", "idedata", "-e", environment])
|
Run script/clang-tidy for ESP8266
**kwargs).stdout
|
Run script/clang-tidy for ESP8266
output=stdout, stderr=stderr)
|
Run script/clang-tidy for ESP8266
Process completed with exit code 1.
|
|
Run script/clang-tidy for ESP32 esp-idf:
script/clang-tidy#L157
idedata = load_idedata(args.environment)
|
Run script/clang-tidy for ESP32 esp-idf:
script/helpers.py#L141
stdout = subprocess.check_output(["pio", "run", "-t", "idedata", "-e", environment])
|
Run script/clang-tidy for ESP32 esp-idf
**kwargs).stdout
|
Run script/clang-tidy for ESP32 esp-idf
output=stdout, stderr=stderr)
|
Run script/clang-tidy for ESP32 esp-idf
Process completed with exit code 1.
|
|
Run script/clang-tidy for ESP32 4/4:
script/clang-tidy#L157
idedata = load_idedata(args.environment)
|
Run script/clang-tidy for ESP32 4/4:
script/helpers.py#L141
stdout = subprocess.check_output(["pio", "run", "-t", "idedata", "-e", environment])
|
Run script/clang-tidy for ESP32 4/4
**kwargs).stdout
|
Run script/clang-tidy for ESP32 4/4
output=stdout, stderr=stderr)
|
Run script/clang-tidy for ESP32 4/4
Process completed with exit code 1.
|
Test tests/test1.yaml
sys.exit(main())
|
Test tests/test1.yaml:
esphome/__main__.py#L844
return run_esphome(sys.argv)
|
Test tests/test1.yaml:
esphome/__main__.py#L831
rc = POST_CONFIG_ACTIONS[args.command](args, config)
|
Test tests/test1.yaml:
esphome/__main__.py#L345
exit_code = write_cpp(config)
|
Test tests/test1.yaml:
esphome/__main__.py#L167
generate_cpp_contents(config)
|
Test tests/test1.yaml:
esphome/__main__.py#L179
CORE.flush_tasks()
|
Test tests/test1.yaml:
esphome/core/__init__.py#L613
self.event_loop.flush_tasks()
|
Test tests/test1.yaml:
esphome/coroutine.py#L245
next(task.iterator)
|
Test tests/test1.yaml:
esphome/__main__.py#L159
await coro(conf)
|
Test tests/test1.yaml:
esphome/components/logger/__init__.py#L194
if CORE.zephyr_manager is not None:
|
Run script/ci-custom:
esphome/components/adafruit_epaper/adafruit_epaper.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/adafruit_epaper/adafruit_epaper.cpp#L17
delay(500); - 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/adafruit_epaper/adafruit_epaper.cpp#L94
delay(100); - 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/adafruit_epaper/adafruit_epaper.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/adafruit_epaper/ssd1680.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/adafruit_epaper/ssd1680.h#L3
#define macros for integer constants are not allowed, please use static const uint8_t SSD1680_DRIVER_CONTROL = 0x01; style instead (replace uint8_t with the appropriate datatype). See also Google style guide.
|
Run script/ci-custom:
esphome/components/adafruit_epaper/ssd1680.h#L4
#define macros for integer constants are not allowed, please use static const uint8_t SSD1680_GATE_VOLTAGE = 0x03; style instead (replace uint8_t with the appropriate datatype). See also Google style guide.
|
Run script/ci-custom:
esphome/components/adafruit_epaper/ssd1680.h#L5
#define macros for integer constants are not allowed, please use static const uint8_t SSD1680_SOURCE_VOLTAGE = 0x04; style instead (replace uint8_t with the appropriate datatype). See also Google style guide.
|
|
Run script/ci-custom:
esphome/components/adafruit_epaper/ssd1680.h#L6
#define macros for integer constants are not allowed, please use static const uint8_t SSD1680_PROGOTP_INITIAL = 0x08; style instead (replace uint8_t with the appropriate datatype). See also Google style guide.
|
Run script/clang-tidy for ESP32 2/4:
script/clang-tidy#L157
idedata = load_idedata(args.environment)
|
Run script/ci-custom:
esphome/components/adafruit_epaper/ssd1680.h#L7
#define macros for integer constants are not allowed, please use static const uint8_t SSD1680_PROGREG_INITIAL = 0x09; style instead (replace uint8_t with the appropriate datatype). See also Google style guide.
|
Run script/clang-tidy for ESP32 2/4:
script/helpers.py#L141
stdout = subprocess.check_output(["pio", "run", "-t", "idedata", "-e", environment])
|
Run script/clang-tidy for ESP32 2/4
**kwargs).stdout
|
Run script/clang-tidy for ESP32 2/4
output=stdout, stderr=stderr)
|
Run script/clang-tidy for ESP32 2/4
Process completed with exit code 1.
|
Test tests/test3.yaml
sys.exit(main())
|
Test tests/test3.yaml:
esphome/__main__.py#L844
return run_esphome(sys.argv)
|
Test tests/test3.yaml:
esphome/__main__.py#L831
rc = POST_CONFIG_ACTIONS[args.command](args, config)
|
Test tests/test3.yaml:
esphome/__main__.py#L345
exit_code = write_cpp(config)
|
Test tests/test3.yaml:
esphome/__main__.py#L167
generate_cpp_contents(config)
|
Test tests/test3.yaml:
esphome/__main__.py#L179
CORE.flush_tasks()
|
Test tests/test3.yaml:
esphome/core/__init__.py#L613
self.event_loop.flush_tasks()
|
Test tests/test3.yaml:
esphome/coroutine.py#L245
next(task.iterator)
|
Test tests/test3.yaml:
esphome/__main__.py#L159
await coro(conf)
|
Test tests/test3.yaml:
esphome/components/logger/__init__.py#L194
if CORE.zephyr_manager is not None:
|
Test tests/test4.yaml
sys.exit(main())
|
Test tests/test4.yaml:
esphome/__main__.py#L844
return run_esphome(sys.argv)
|
Test tests/test4.yaml:
esphome/__main__.py#L831
rc = POST_CONFIG_ACTIONS[args.command](args, config)
|
Test tests/test4.yaml:
esphome/__main__.py#L345
exit_code = write_cpp(config)
|
Test tests/test4.yaml:
esphome/__main__.py#L167
generate_cpp_contents(config)
|
Test tests/test4.yaml:
esphome/__main__.py#L179
CORE.flush_tasks()
|
Test tests/test4.yaml:
esphome/core/__init__.py#L613
self.event_loop.flush_tasks()
|
Test tests/test4.yaml:
esphome/coroutine.py#L245
next(task.iterator)
|
Test tests/test4.yaml:
esphome/__main__.py#L159
await coro(conf)
|
Test tests/test4.yaml:
esphome/components/logger/__init__.py#L194
if CORE.zephyr_manager is not None:
|
Test tests/test2.yaml
sys.exit(main())
|
Test tests/test2.yaml:
esphome/__main__.py#L844
return run_esphome(sys.argv)
|
Test tests/test2.yaml:
esphome/__main__.py#L831
rc = POST_CONFIG_ACTIONS[args.command](args, config)
|
Test tests/test2.yaml:
esphome/__main__.py#L345
exit_code = write_cpp(config)
|
Test tests/test2.yaml:
esphome/__main__.py#L167
generate_cpp_contents(config)
|
Test tests/test2.yaml:
esphome/__main__.py#L179
CORE.flush_tasks()
|
Test tests/test2.yaml:
esphome/core/__init__.py#L613
self.event_loop.flush_tasks()
|
Test tests/test2.yaml:
esphome/coroutine.py#L245
next(task.iterator)
|
Test tests/test2.yaml:
esphome/__main__.py#L159
await coro(conf)
|
Test tests/test2.yaml:
esphome/components/logger/__init__.py#L194
if CORE.zephyr_manager is not None:
|
|
Run script/clang-tidy for ESP32 3/4:
script/clang-tidy#L157
idedata = load_idedata(args.environment)
|
Run script/clang-tidy for ESP32 3/4:
script/helpers.py#L141
stdout = subprocess.check_output(["pio", "run", "-t", "idedata", "-e", environment])
|
Run script/clang-tidy for ESP32 3/4
**kwargs).stdout
|
Run script/clang-tidy for ESP32 3/4
output=stdout, stderr=stderr)
|
Run script/clang-tidy for ESP32 3/4
Process completed with exit code 1.
|
Test tests/test5.yaml
sys.exit(main())
|
Test tests/test5.yaml:
esphome/__main__.py#L844
return run_esphome(sys.argv)
|
Test tests/test5.yaml:
esphome/__main__.py#L831
rc = POST_CONFIG_ACTIONS[args.command](args, config)
|
Test tests/test5.yaml:
esphome/__main__.py#L345
exit_code = write_cpp(config)
|
Test tests/test5.yaml:
esphome/__main__.py#L167
generate_cpp_contents(config)
|
Test tests/test5.yaml:
esphome/__main__.py#L179
CORE.flush_tasks()
|
Test tests/test5.yaml:
esphome/core/__init__.py#L613
self.event_loop.flush_tasks()
|
Test tests/test5.yaml:
esphome/coroutine.py#L245
next(task.iterator)
|
Test tests/test5.yaml:
esphome/__main__.py#L159
await coro(conf)
|
Test tests/test5.yaml:
esphome/components/logger/__init__.py#L194
if CORE.zephyr_manager is not None:
|
Run script/clang-format
Process completed with exit code 1.
|
Run script/clang-format
Process completed with exit code 1.
|
|
Run script/clang-tidy for ESP32 1/4:
script/clang-tidy#L157
idedata = load_idedata(args.environment)
|
Run script/clang-tidy for ESP32 1/4:
script/helpers.py#L141
stdout = subprocess.check_output(["pio", "run", "-t", "idedata", "-e", environment])
|
Run script/clang-tidy for ESP32 1/4
**kwargs).stdout
|
Run script/clang-tidy for ESP32 1/4
output=stdout, stderr=stderr)
|
Run script/clang-tidy for ESP32 1/4
Process completed with exit code 1.
|
Run script/lint-python:
esphome/__main__.py#L33
E265 block comment should start with '# '
|
Run script/lint-python:
esphome/components/adc/sensor.py#L52
W191 indentation contains tabs
|
Run script/lint-python:
esphome/components/adc/sensor.py#L52
E101 indentation contains mixed spaces and tabs
|
Run script/lint-python:
esphome/components/adc/sensor.py#L52
E126 continuation line over-indented for hanging indent
|
Run script/lint-python:
esphome/components/adc/sensor.py#L53
W191 indentation contains tabs
|
Run script/lint-python:
esphome/components/adc/sensor.py#L53
E101 indentation contains mixed spaces and tabs
|
Run script/lint-python:
esphome/components/adc/sensor.py#L54
W191 indentation contains tabs
|
Run script/lint-python:
esphome/components/adc/sensor.py#L54
E101 indentation contains mixed spaces and tabs
|
Run script/lint-python:
esphome/components/adc/sensor.py#L55
W191 indentation contains tabs
|
Run script/lint-python:
esphome/components/adc/sensor.py#L55
E101 indentation contains mixed spaces and tabs
|
Run script/clang-tidy for ESP8266
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run script/clang-tidy for ESP32 esp-idf
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run script/clang-tidy for ESP32 4/4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run pytest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test tests/test1.yaml
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run script/ci-custom
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run script/clang-tidy for ESP32 2/4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test tests/test3.yaml
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test tests/test4.yaml
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test tests/test2.yaml
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run script/clang-tidy for ESP32 3/4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test tests/test5.yaml
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run script/clang-format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run script/clang-tidy for ESP32 1/4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run script/lint-python
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|