mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Don't enable namespace comment clang-tidy check twice (#2830)
This commit is contained in:
		| @@ -51,6 +51,7 @@ Checks: >- | |||||||
|   -google-explicit-constructor, |   -google-explicit-constructor, | ||||||
|   -google-readability-braces-around-statements, |   -google-readability-braces-around-statements, | ||||||
|   -google-readability-casting, |   -google-readability-casting, | ||||||
|  |   -google-readability-namespace-comments, | ||||||
|   -google-readability-todo, |   -google-readability-todo, | ||||||
|   -google-runtime-references, |   -google-runtime-references, | ||||||
|   -hicpp-*, |   -hicpp-*, | ||||||
| @@ -97,12 +98,12 @@ CheckOptions: | |||||||
|     value:           '1' |     value:           '1' | ||||||
|   - key:             google-readability-function-size.StatementThreshold |   - key:             google-readability-function-size.StatementThreshold | ||||||
|     value:           '800' |     value:           '800' | ||||||
|   - key:             google-readability-namespace-comments.ShortNamespaceLines |  | ||||||
|     value:           '10' |  | ||||||
|   - key:             google-readability-namespace-comments.SpacesBeforeComments |  | ||||||
|     value:           '2' |  | ||||||
|   - key:             google-runtime-int.TypeSuffix |   - key:             google-runtime-int.TypeSuffix | ||||||
|     value:           '_t' |     value:           '_t' | ||||||
|  |   - key:             llvm-namespace-comment.ShortNamespaceLines | ||||||
|  |     value:           '10' | ||||||
|  |   - key:             llvm-namespace-comment.SpacesBeforeComments | ||||||
|  |     value:           '2' | ||||||
|   - key:             modernize-loop-convert.MaxCopySize |   - key:             modernize-loop-convert.MaxCopySize | ||||||
|     value:           '16' |     value:           '16' | ||||||
|   - key:             modernize-loop-convert.MinConfidence |   - key:             modernize-loop-convert.MinConfidence | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user