26 lines
		
	
	
	
		
			736 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			736 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
Checks: '-*,
 | 
						|
         bugprone-*,
 | 
						|
         cert-*,
 | 
						|
         clang-analyzer-*,
 | 
						|
         google-*,
 | 
						|
         -google-runtime-references,
 | 
						|
         -google-explicit-constructor,
 | 
						|
         hicpp-*,
 | 
						|
         -hicpp-no-array-decay,
 | 
						|
         -hicpp-uppercase-literal-suffix,
 | 
						|
         -hicpp-explicit-conversions,
 | 
						|
         misc-*,
 | 
						|
         -misc-non-private-member-variables-in-classes,
 | 
						|
         llvm-*,
 | 
						|
         -llvm-header-guard,
 | 
						|
         modernize-*,
 | 
						|
         -modernize-use-trailing-return-type,
 | 
						|
         performance-*,
 | 
						|
         portability-*,
 | 
						|
         readability-*,
 | 
						|
         -readability-magic-numbers,
 | 
						|
         -readability-uppercase-literal-suffix'
 | 
						|
 | 
						|
CheckOptions:
 | 
						|
  - key: hicpp-special-member-functions.AllowSoleDefaultDtor
 | 
						|
    value: 1
 |