From ff3061e7df85dbf5bb3ab847a977f6f6cb9bd3a7 Mon Sep 17 00:00:00 2001 From: Egor Kostan Date: Sat, 23 Nov 2024 21:36:43 -0800 Subject: [PATCH] Create .codeclimate.yml To disable this check in your analysis, modify your .codeclimate.yml file to mark the check as disabled. An example is shown below. --- .codeclimate.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .codeclimate.yml 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