1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-20 23:35:42 +01:00

Create `component_dir` substitution for local files to be included in… ()

This commit is contained in:
Jesse Hills
2024-04-22 10:29:56 +12:00
committed by GitHub
parent 655dbc48b5
commit 45ae78de03
21 changed files with 87 additions and 128 deletions

@ -58,7 +58,7 @@ file_types = (
)
cpp_include = ("*.h", "*.c", "*.cpp", "*.tcc")
py_include = ("*.py",)
ignore_types = (".ico", ".png", ".woff", ".woff2", "")
ignore_types = (".ico", ".png", ".woff", ".woff2", "", ".ttf", ".otf")
LINT_FILE_CHECKS = []
LINT_CONTENT_CHECKS = []