mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 14:38:10 +01:00
Fix regex for 'byte' custom CI check (#5851)
This commit is contained in:
parent
993cd55b1d
commit
1e77271858
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue