mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-04 07:33:56 +00:00

* Always run the checkstyle * Add print checker lint plugin * Typos * Add print checker * Fix e2e
289 B
289 B
Custom PyLint plugins
pint_checker
: to handleprint
statements as warnings.- Add it to
.pylintrc
asload-plugins=ingestion.plugins.print_checker
under[MASTER]
.
- Add it to
You'll need to update the path of pylint
at runtime with PYTHONPATH="${PYTHONPATH}:./ingestion/plugins"
.