From 6fb4a0b9ceeecc3fb93683baed058b7be7d6fc1b Mon Sep 17 00:00:00 2001 From: Ankur Banerjee Date: Mon, 26 Feb 2024 16:45:36 +0000 Subject: [PATCH] Ignore twitter links --- .github/linters/mlc_config.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/linters/mlc_config.json b/.github/linters/mlc_config.json index d6e565a07..1538273d1 100644 --- a/.github/linters/mlc_config.json +++ b/.github/linters/mlc_config.json @@ -12,8 +12,11 @@ ], "ignorePatterns": [ { - "pattern": "^https://resolver.cheqd.net/" - } + "pattern": "^https://resolver.cheqd.net/" + }, + { + "pattern": "^https://twitter.com/" + } ], "retryOn429": true }