1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-19 23:05:41 +01:00

Fix regex for 'byte' custom CI check ()

This commit is contained in:
Jesse Hills
2023-11-28 16:07:29 +13:00
committed by GitHub
parent 993cd55b1d
commit 1e77271858

@ -458,7 +458,7 @@ def lint_no_removed_in_idf_conversions(fname, match):
@lint_re_check(
r"[^\w\d]byte\s+[\w\d]+\s*=",
r"[^\w\d]byte +[\w\d]+\s*=",
include=cpp_include,
exclude={
"esphome/components/tuya/tuya.h",