From 89581a31e37bfe9f61b3b05aa2d33862dae6798a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Thu, 7 Mar 2024 08:58:16 +0100
Subject: [PATCH] disable some pylint checks

---
 .codeclimate.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.codeclimate.yml b/.codeclimate.yml
index c579fd98..1cb06657 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -8,6 +8,19 @@ plugins:
     enabled: true
   pylint:
     enabled: true
+    checks:
+      missing-module-docstring:
+        enabled: false
+      missing-class-docstring:
+        enabled: false
+    missing-function-docstring:
+        enabled: false
+    global-statement:
+        enabled: false
+    invalid-name:
+        enabled: false
+    too-many-arguments:
+        enabled: false
   radon:
     enabled: true
 exclude_paths:
-- 
GitLab