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$)" - } - } -}