mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
| .. | ||
| __init__.py | ||
| import_checker.py | ||
| print_checker.py | ||
| README.md | ||
Custom PyLint plugins
pint_checker: to handleprintstatements as warnings.- Add it to
.pylintrcasload-plugins=ingestion.plugins.print_checkerunder[MASTER].
- Add it to
You'll need to update the path of pylint at runtime with PYTHONPATH="${PYTHONPATH}:./ingestion/plugins".