From 7db1e55290f07063a9a530b6d81ecf39127afeed Mon Sep 17 00:00:00 2001 From: John McLear Date: Mon, 8 Feb 2021 12:25:56 +0000 Subject: [PATCH] checkPlugins: no need to let user know badge links, they will be auto added --- src/bin/plugins/checkPlugin.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bin/plugins/checkPlugin.js b/src/bin/plugins/checkPlugin.js index 25f8b4ebc..fcb25aedf 100755 --- a/src/bin/plugins/checkPlugin.js +++ b/src/bin/plugins/checkPlugin.js @@ -323,9 +323,7 @@ fs.readdir(pluginPath, (err, rootFiles) => { // eslint-disable-next-line max-len const badgeTwo = `![Publish Status](https://github.com/ether/${pluginName}/workflows/Node.js%20Package/badge.svg)`; if (readme.toLowerCase().indexOf('travis') !== -1) { - console.warn('Replacing Travis badge with Github actions.'); - console.warn(badgeOne); - console.warn(badgeTwo); + console.warn('Remove Travis badges'); } if (readme.toLowerCase().indexOf('workflows/Node.js%20Package/badge.svg') === -1) { console.warn('No Github workflow badge detected')