mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			182 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			182 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# .scrutinizer.yml
 | 
						|
imports:
 | 
						|
    - javascript
 | 
						|
    - php
 | 
						|
 | 
						|
# FIXME: find a way to keep excluded_paths list sorted
 | 
						|
filter:
 | 
						|
    excluded_paths: [ html/js/*, html/css/*, lib/*, vendor/* ]
 |