From e3c6f988e58ed2a46af0cde3288c912bea4f081c Mon Sep 17 00:00:00 2001 From: Mihir Soni Date: Fri, 9 Apr 2021 22:39:52 +0000 Subject: [PATCH] [PURIFY] Remove unused files Signed-off-by: Mihir Soni --- .backportrc.json | 34 ---------------------------------- .fossa.yml | 15 --------------- 2 files changed, 49 deletions(-) delete mode 100644 .backportrc.json delete mode 100755 .fossa.yml diff --git a/.backportrc.json b/.backportrc.json deleted file mode 100644 index 56a6ddc254d..00000000000 --- a/.backportrc.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "upstream": "elastic/kibana", - "targetBranchChoices": [ - { "name": "master", "checked": true }, - { "name": "7.x", "checked": true }, - "7.10", - "7.9", - "7.8", - "7.7", - "7.6", - "7.5", - "7.4", - "7.3", - "7.2", - "7.1", - "7.0", - "6.8", - "6.7", - "6.6", - "6.5", - "6.4", - "6.3", - "6.2", - "6.1", - "6.0", - "5.6" - ], - "targetPRLabels": ["backport"], - "branchLabelMapping": { - "^v8.0.0$": "master", - "^v7.11.0$": "7.x", - "^v(\\d+).(\\d+).\\d+$": "$1.$2" - } -} \ No newline at end of file diff --git a/.fossa.yml b/.fossa.yml deleted file mode 100755 index 17d86d1f855..00000000000 --- a/.fossa.yml +++ /dev/null @@ -1,15 +0,0 @@ -# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli) -# Visit https://fossa.com to learn more - -version: 2 -cli: - server: https://app.fossa.com - fetcher: custom - project: kibana -analyze: - modules: - - name: kibana - type: nodejs - strategy: yarn.lock - target: . - path: .