mirror of
https://github.com/esphome/esphome.git
synced 2025-07-02 21:23:16 +01:00
License for Material Design Icons (#708)
This commit is contained in:
committed by
Otto Winter
parent
2c995cf145
commit
d27291b997
esphome/dashboard/static/fonts
script
@ -33,9 +33,9 @@ files.sort()
|
||||
|
||||
file_types = ('.h', '.c', '.cpp', '.tcc', '.yaml', '.yml', '.ini', '.txt', '.ico', '.svg',
|
||||
'.py', '.html', '.js', '.md', '.sh', '.css', '.proto', '.conf', '.cfg',
|
||||
'.eot', '.ttf', '.woff', '.woff2')
|
||||
'.woff', '.woff2', '')
|
||||
cpp_include = ('*.h', '*.c', '*.cpp', '*.tcc')
|
||||
ignore_types = ('.ico', '.eot', '.ttf', '.woff', '.woff2')
|
||||
ignore_types = ('.ico', '.woff', '.woff2', '')
|
||||
|
||||
LINT_FILE_CHECKS = []
|
||||
LINT_CONTENT_CHECKS = []
|
||||
|
Reference in New Issue
Block a user