mirror of
				https://github.com/TheLartians/ModernCppStarter.git
				synced 2025-10-31 02:01:33 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			482 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			482 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| Checks: "-*,\
 | |
| boost-*,\
 | |
| cert-*,\
 | |
| clang-analyzer-*,\
 | |
| cppcoreguidelines-*,\
 | |
| -cppcoreguidelines-macro-usage,\
 | |
| -cppcoreguidelines-owning-memory,\
 | |
| hicpp-*,\
 | |
| misc-*,\
 | |
| -misc-non-private-member-variables-in-classes,\
 | |
| -modernize-*,\
 | |
| -modernize-use-trailing-return-type,\
 | |
| performance-*,\
 | |
| portability-*,\
 | |
| readability-*,\
 | |
| -*magic-numbers,\
 | |
| -*avoid-c-arrays,\
 | |
| "
 | |
| WarningsAsErrors: ''
 | |
| HeaderFilterRegex: '.*'
 | |
| AnalyzeTemporaryDtors: false
 | |
| FormatStyle:     file
 | |
| User:            clausklein
 | |
| ...
 | |
| 
 |