1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Cleanup web server prometheus integration (#1192)

This commit is contained in:
Otto Winter
2020-07-27 12:07:05 +02:00
parent f39bf9c1e5
commit e898345ff1
10 changed files with 106 additions and 125 deletions

View File

@@ -93,11 +93,11 @@ def main():
get_output('clang-tidy-7', '-version')
except:
print("""
Oops. It looks like clang-tidy is not installed.
Oops. It looks like clang-tidy is not installed.
Please check you can run "clang-tidy-7 -version" in your terminal and install
clang-tidy (v7) if necessary.
Note you can also upload your code as a pull request on GitHub and see the CI check
output to apply clang-tidy.
""")