mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-30 06:50:06 +00:00 
			
		
		
		
	Addressing clang-tidy findings
This commit is contained in:
		
							parent
							
								
									193f42318c
								
							
						
					
					
						commit
						072865d2e5
					
				
					 5 changed files with 24 additions and 14 deletions
				
			
		|  | @ -8,9 +8,13 @@ Checks: | |||
|   - 'performance-*' | ||||
|   - '-bugprone-easily-swappable-parameters' | ||||
|   - '-cppcoreguidelines-avoid-magic-numbers' | ||||
|   - '-cppcoreguidelines-avoid-do-while' | ||||
|   - '-cppcoreguidelines-avoid-non-const-global-variables' | ||||
|   - '-cppcoreguidelines-pro-type-reinterpret-cast' | ||||
|   - '-cppcoreguidelines-pro-type-union-access' | ||||
|   - '-misc-include-cleaner' | ||||
|   - '-misc-non-private-member-variables-in-classes' | ||||
|   - '-misc-use-anonymous-namespace' | ||||
|   - '-modernize-return-braced-init-list' | ||||
|   - '-modernize-use-trailing-return-type' | ||||
| FormatStyle: 'file' | ||||
|  |  | |||
|  | @ -2,9 +2,7 @@ | |||
| 
 | ||||
| #include <gtest/gtest.h> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace network | ||||
| namespace scwx::network | ||||
| { | ||||
| 
 | ||||
| TEST(NtpClient, Poll) | ||||
|  | @ -31,5 +29,4 @@ TEST(NtpClient, Poll) | |||
|             !error); | ||||
| } | ||||
| 
 | ||||
| } // namespace network
 | ||||
| } // namespace scwx
 | ||||
| } // namespace scwx::network
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat