Clang tidy
This commit is contained in:
		
							parent
							
								
									ff94daaabd
								
							
						
					
					
						commit
						656c0a92ff
					
				
							
								
								
									
										4
									
								
								.github/workflows/clang-tidy-format.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/clang-tidy-format.yml
									
									
									
									
										vendored
									
									
								
							@ -35,6 +35,10 @@ jobs:
 | 
			
		||||
          style: ''
 | 
			
		||||
          # Use .clang-tidy file
 | 
			
		||||
          tidy-checks: ''
 | 
			
		||||
          # Check the entire repo for source files to tidy
 | 
			
		||||
          files-changed-only: false
 | 
			
		||||
          # Ignore qtk build and external assimp directories
 | 
			
		||||
          ignore: '.github|build|extern/assimp/assimp'
 | 
			
		||||
          # Point to compile_commands.json produced by build
 | 
			
		||||
          database: 'build'
 | 
			
		||||
          # Use thread comments as feedback
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user