 f77618eccb
			
		
	
	
		f77618eccb
		
			
		
	
	
	
	
		
			
			# Objective - Some workspace members do not inherit the global lints. ## Solution - Add a `[lints]` entry for all files returned by `rg --files-without-match -F "[lints]" **/Cargo.toml`, except the compile failure tests since these aren't part of the workspace. - Add some docstrings where needed. --------- Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			212 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			212 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "ci"
 | |
| version = "0.1.0"
 | |
| edition = "2021"
 | |
| description = "CI script for Bevy"
 | |
| publish = false
 | |
| license = "MIT OR Apache-2.0"
 | |
| 
 | |
| [lints]
 | |
| workspace = true
 | |
| 
 | |
| [dependencies]
 | |
| xshell = "0.2"
 | |
| bitflags = "2.3"
 |