Broke everything up into smaller files
This commit is contained in:
		
							
								
								
									
										27
									
								
								awesome/lib/lain/.luacheckrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								awesome/lib/lain/.luacheckrc
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,27 @@
 | 
			
		||||
-- Only allow symbols available in all Lua versions
 | 
			
		||||
std = "min"
 | 
			
		||||
 | 
			
		||||
allow_defined = true
 | 
			
		||||
max_line_length = false
 | 
			
		||||
cache = true
 | 
			
		||||
 | 
			
		||||
-- Global objects defined by the C code
 | 
			
		||||
read_globals = {
 | 
			
		||||
    "awesome",
 | 
			
		||||
    "mousegrabber",
 | 
			
		||||
    "table.unpack",
 | 
			
		||||
    "unpack",
 | 
			
		||||
    "utf8"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
globals = {
 | 
			
		||||
    "client",
 | 
			
		||||
    "mouse",
 | 
			
		||||
    "root",
 | 
			
		||||
    "screen"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
-- https://luacheck.readthedocs.io/en/stable/warnings.html
 | 
			
		||||
ignore = {
 | 
			
		||||
    "131"
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user