mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 11:20:05 +00:00 
			
		
		
		
	NOLINT setting settings defaults/minimums/maximums for magic numbers
This commit is contained in:
		
							parent
							
								
									c1aeefb0eb
								
							
						
					
					
						commit
						0a3913bdee
					
				
					 7 changed files with 24 additions and 1 deletions
				
			
		|  | @ -15,9 +15,12 @@ class ProductSettings::Impl | |||
| public: | ||||
|    explicit Impl() | ||||
|    { | ||||
|       // SetDefault, SetMinimum and SetMaximum are descriptive
 | ||||
|       // NOLINTBEGIN(cppcoreguidelines-avoid-magic-numbers)
 | ||||
|       showSmoothedRangeFolding_.SetDefault(false); | ||||
|       stiForecastEnabled_.SetDefault(true); | ||||
|       stiPastEnabled_.SetDefault(true); | ||||
|       // NOLINTEND(cppcoreguidelines-avoid-magic-numbers)
 | ||||
|    } | ||||
| 
 | ||||
|    ~Impl() {} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak