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

Enable readability-redundant-access-specifiers check (#3096)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Oxan van Leeuwen
2022-01-23 08:47:22 +01:00
committed by GitHub
parent b2430097f2
commit 97681d142e
8 changed files with 0 additions and 15 deletions

View File

@@ -76,7 +76,6 @@ Checks: >-
-readability-isolate-declaration,
-readability-magic-numbers,
-readability-make-member-function-const,
-readability-redundant-access-specifiers,
-readability-redundant-string-init,
-readability-uppercase-literal-suffix,
-readability-use-anyofallof,