mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 11:37:27 +01:00
Make clang-tidy suggest stdint.h int types (#2820)
This commit is contained in:
parent
671d68bc2c
commit
7a564b222d
@ -101,6 +101,8 @@ CheckOptions:
|
||||
value: '10'
|
||||
- key: google-readability-namespace-comments.SpacesBeforeComments
|
||||
value: '2'
|
||||
- key: google-runtime-int.TypeSuffix
|
||||
value: '_t'
|
||||
- key: modernize-loop-convert.MaxCopySize
|
||||
value: '16'
|
||||
- key: modernize-loop-convert.MinConfidence
|
||||
|
Loading…
Reference in New Issue
Block a user