diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000000..975fa9fda43 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,9 @@ +engines: + # ... CONFIG CONTENT ... + pylint: + enabled: true + # ... CONFIG CONTENT ... + checks: + import-error: + enabled: false +# ... CONFIG CONTENT ... \ No newline at end of file