1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 10:52:19 +01:00

Cleanup web server prometheus integration (#1192)

This commit is contained in:
Otto Winter
2020-07-27 12:07:05 +02:00
committed by GitHub
parent a1e10f384e
commit 52639a0a7c
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.
""")