mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 18:48:35 +00:00 
			
		
		
		
	 93381a7343
			
		
	
	
		93381a7343
		
			
		
	
	
	
	
		
			
			* Always run the checkstyle * Add print checker lint plugin * Typos * Add print checker * Fix e2e
		
			
				
	
	
		
			7 lines
		
	
	
		
			289 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			289 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Custom PyLint plugins
 | |
| 
 | |
| - `pint_checker`: to handle `print` statements as warnings.
 | |
|   - Add it to `.pylintrc` as `load-plugins=ingestion.plugins.print_checker` under `[MASTER]`.
 | |
| 
 | |
| You'll need to update the path of `pylint` at runtime with `PYTHONPATH="${PYTHONPATH}:./ingestion/plugins"`.
 |