Fix regex for 'byte' custom CI check (#5851)

This commit is contained in:
Jesse Hills 2023-11-28 16:07:29 +13:00 committed by GitHub
parent 993cd55b1d
commit 1e77271858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",