1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-19 06:45:49 +01:00

Fork some base libraries ()

* Fork some base libraries

* Update ESPAsyncWebServer
This commit is contained in:
Otto Winter
2019-10-18 14:46:09 +02:00
committed by GitHub
parent 68d0d045c0
commit c3aa834d80
10 changed files with 10 additions and 57 deletions

@ -126,7 +126,6 @@ def lint_executable_bit(fname):
@lint_content_find_check('\t', exclude=[
'esphome/dashboard/static/ace.js', 'esphome/dashboard/static/ext-searchbox.js',
'script/.neopixelbus.patch',
])
def lint_tabs(fname):
return "File contains tab character. Please convert tabs to spaces."