diff --git a/.github/linters/mlc_config.json b/.github/linters/mlc_config.json index d6e565a..b833933 100644 --- a/.github/linters/mlc_config.json +++ b/.github/linters/mlc_config.json @@ -10,10 +10,13 @@ "replacement": "" } ], - "ignorePatterns": [ - { - "pattern": "^https://resolver.cheqd.net/" - } - ], - "retryOn429": true + "ignorePatterns": [ + { + "pattern": "^https://resolver.cheqd.net/" + }, + { + "pattern": "^https://twitter.com/" + } + ], + "retryOn429": true }