From 15dd855ef92a90b517fedd0d691124bff02e7e76 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Wed, 20 May 2020 12:02:43 +0300 Subject: [PATCH] GIT_SILENT: Remove .arcconfig and .arclint KDE has switched to GitLab. --- src/wayland/.arcconfig | 4 ---- src/wayland/.arclint | 15 --------------- 2 files changed, 19 deletions(-) delete mode 100644 src/wayland/.arcconfig delete mode 100644 src/wayland/.arclint diff --git a/src/wayland/.arcconfig b/src/wayland/.arcconfig deleted file mode 100644 index bc0df43f1c..0000000000 --- a/src/wayland/.arcconfig +++ /dev/null @@ -1,4 +0,0 @@ -{ - "phabricator.uri" : "https://phabricator.kde.org/" -} - diff --git a/src/wayland/.arclint b/src/wayland/.arclint deleted file mode 100644 index 2bf01723b7..0000000000 --- a/src/wayland/.arclint +++ /dev/null @@ -1,15 +0,0 @@ -{ - "exclude": "(^test/)", - "linters": { - "spelling": { - "type": "spelling" - }, - "merge-conflict": { - "type": "merge-conflict" - }, - "xml": { - "type": "xml", - "include": "(\\.xml$)" - } - } -}