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

Enable readability-const-return-type check (#3099)

This commit is contained in:
Oxan van Leeuwen
2022-01-23 08:28:00 +01:00
committed by GitHub
parent a6a9ebfde2
commit 7854522792
6 changed files with 10 additions and 11 deletions

View File

@@ -69,7 +69,6 @@ Checks: >-
-mpi-*,
-objc-*,
-readability-braces-around-statements,
-readability-const-return-type,
-readability-convert-member-functions-to-static,
-readability-else-after-return,
-readability-function-cognitive-complexity,