mirror of
https://github.com/esphome/esphome.git
synced 2025-07-05 06:33:31 +01:00
Lint trailing whitespace (#3230)
This commit is contained in:
@ -591,6 +591,11 @@ def lint_inclusive_language(fname, match):
|
||||
)
|
||||
|
||||
|
||||
@lint_re_check(r"[\t\r\f\v ]+$")
|
||||
def lint_trailing_whitespace(fname, match):
|
||||
return "Trailing whitespace detected"
|
||||
|
||||
|
||||
@lint_content_find_check(
|
||||
"ESP_LOG",
|
||||
include=["*.h", "*.tcc"],
|
||||
|
Reference in New Issue
Block a user