mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 02:28:11 +08:00 
			
		
		
		
	 455998d759
			
		
	
	455998d759
	
	
	
		
			
			1. Stop taking Ref<XxxOption> in Component constructors. Instead, use the XxxOption directly. Passing by copy avoid problems developers had where one was shared in between multiple component, causing issues. 2. Add variants of most component constructors taking a struct only. This replaces: https://github.com/ArthurSonzogni/FTXUI/pull/670 This fixes: https://github.com/ArthurSonzogni/FTXUI/issues/426
		
			
				
	
	
		
			31 lines
		
	
	
		
			929 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			929 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| Checks: "*,
 | |
|         -*-magic-numbers,
 | |
|         -*-narrowing-conversions
 | |
|         -*-unnecessary-value-param,
 | |
|         -*-uppercase-literal-suffix,
 | |
|         -abseil-*,
 | |
|         -altera-*,
 | |
|         -android-*,
 | |
|         -bugprone-easily-swappable-parameters,
 | |
|         -cppcoreguidelines-non-private-member-variables-in-classes,
 | |
|         -fuchsia-*,
 | |
|         -google-*,
 | |
|         -hicpp-signed-bitwise,
 | |
|         -llvm*,
 | |
|         -misc-no-recursion,
 | |
|         -misc-non-private-member-variables-in-classes,
 | |
|         -modernize-use-nodiscard,
 | |
|         -modernize-use-trailing-return-type,
 | |
|         -readability-avoid-const-params-in-decls,
 | |
|         -readability-else-after-return,
 | |
|         -readability-identifier-length,
 | |
|         -readability-implicit-bool-conversion,
 | |
|         -readability-non-const-parameter,
 | |
|         -readability-static-accessed-through-instance,
 | |
|         -zircon-*,
 | |
| "
 | |
| WarningsAsErrors: ''
 | |
| HeaderFilterRegex: ''
 | |
| FormatStyle:     none
 |