Lint trailing whitespace (#3230)

This commit is contained in:
Otto Winter 2022-02-19 14:46:27 +01:00 committed by GitHub
parent ae57ad0c81
commit 34c9d8be50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 14 deletions

View File

@ -9,4 +9,3 @@ contact_links:
- name: Frequently Asked Question
url: https://esphome.io/guides/faq.html
about: Please view the FAQ for common questions and what to include in a bug report.

View File

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

View File

@ -18,4 +18,3 @@ button:
name: wol_test_2
id: wol_2
internal: false