From dd5e6f3529ad42f5dded8510b840dd8855c5fca8 Mon Sep 17 00:00:00 2001
From: borzechof99 <borzechof99@mi.fu-berlin.de>
Date: Sun, 23 May 2021 18:14:25 +0000
Subject: [PATCH] Resolve "Emergency Fix Linter"

---
 .gitlab-ci.yml | 22 +++++++++++-----------
 .pylintrc      |  3 ---
 2 files changed, 11 insertions(+), 14 deletions(-)
 delete mode 100644 .pylintrc

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 929597b..8483746 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,17 +75,17 @@ pylint:
       codequality: codeclimate.json
     when: always
 
-pages:
-  stage: deploy
-  image: alpine:latest
-  script:
-    - echo
-  artifacts:
-    paths:
-      - public
-  only:
-    refs:
-      - master
+#pages:
+#  stage: deploy
+#  image: alpine:latest
+#  script:
+#    - echo
+#  artifacts:
+#    paths:
+#      - public
+#  only:
+#    refs:
+#      - master
 
 
 test:
diff --git a/.pylintrc b/.pylintrc
deleted file mode 100644
index 7fb6634..0000000
--- a/.pylintrc
+++ /dev/null
@@ -1,3 +0,0 @@
-[MASTER]
-
-disable=line-too-long
-- 
GitLab