mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 16:57:47 +01:00
Make clang-tidy suggest stdint.h int types (#2820)
This commit is contained in:
parent
671d68bc2c
commit
7a564b222d
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue