Improved clang-tidy configuration for less noise
This commit is contained in:
		
							parent
							
								
									c82dee2def
								
							
						
					
					
						commit
						3214f98ac6
					
				@ -22,5 +22,9 @@ Checks: '*,
 | 
				
			|||||||
  -hicpp-no-assembler,
 | 
					  -hicpp-no-assembler,
 | 
				
			||||||
  -hicpp-avoid-c-arrays,
 | 
					  -hicpp-avoid-c-arrays,
 | 
				
			||||||
  -hicpp-uppercase-literal-suffix,
 | 
					  -hicpp-uppercase-literal-suffix,
 | 
				
			||||||
 | 
					  -hicpp-no-array-decay,
 | 
				
			||||||
  -cert-err58-cpp,
 | 
					  -cert-err58-cpp,
 | 
				
			||||||
  -cert-err60-cpp'
 | 
					  -cert-err60-cpp'
 | 
				
			||||||
 | 
					CheckOptions:
 | 
				
			||||||
 | 
					  - key: readability-function-cognitive-complexity.Threshold
 | 
				
			||||||
 | 
					    value: 100
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user