1
0
mirror of https://github.com/esphome/esphome.git synced 2025-07-02 21:23:16 +01:00

License for Material Design Icons ()

This commit is contained in:
Nikolay Vasilchuk
2019-08-29 16:42:31 +03:00
committed by Otto Winter
parent 2c995cf145
commit d27291b997
5 changed files with 205 additions and 5 deletions

@ -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 = []