mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:57:35 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			726 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			726 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
includes:
 | 
						|
    - ./vendor/nunomaduro/larastan/extension.neon
 | 
						|
parameters:
 | 
						|
    level: 2
 | 
						|
    paths:
 | 
						|
        - 'app/'
 | 
						|
    excludePaths:
 | 
						|
        - 'vendor/'
 | 
						|
        - 'app/Jobs/Ninja/*'
 | 
						|
        - 'app/Console/Commands/*'
 | 
						|
        - 'app/DataMapper/Analytics/*'
 | 
						|
        - 'app/PaymentDrivers/Authorize/*'
 | 
						|
    universalObjectCratesClasses:
 | 
						|
        - App\DataMapper\Tax\RuleInterface
 | 
						|
        - App\DataMapper\FeesAndLimits
 | 
						|
    reportUnmatchedIgnoredErrors: false
 | 
						|
    ignoreErrors:
 | 
						|
        - '#Call to an undefined method [a-zA-Z0-9\\_]+::company\(\)#' 
 | 
						|
        - '#Call to an undefined method [a-zA-Z0-9\\_]+::entityFilter\(\)#'
 | 
						|
        - '#Call to an undefined method [a-zA-Z0-9\\_]+::withTrashed()\(\)#'
 | 
						|
        - '#Undefined method#' |