mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			559 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			559 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
includes:
 | 
						|
    - vendor/phpstan/phpstan-deprecation-rules/rules.neon
 | 
						|
    - phpstan-baseline-deprecated.neon
 | 
						|
 | 
						|
parameters:
 | 
						|
    phpVersion: 70300
 | 
						|
 | 
						|
    customRulesetUsed: true
 | 
						|
    reportUnmatchedIgnoredErrors: false
 | 
						|
    resultCachePath: %tmpDir%/resultCache-deprecated.php
 | 
						|
 | 
						|
    paths:
 | 
						|
        - LibreNMS
 | 
						|
        - bootstrap
 | 
						|
        - cache
 | 
						|
        - html
 | 
						|
        - storage
 | 
						|
        - app
 | 
						|
        - config
 | 
						|
        - database
 | 
						|
        - doc
 | 
						|
        - includes
 | 
						|
        - licenses
 | 
						|
        - misc
 | 
						|
        - resources
 | 
						|
        - routes
 | 
						|
        - sql-schema
 | 
						|
        - tests
 |