From f74381696703d8eed0e175d42f96904a3d1cb4cb Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Thu, 17 Nov 2022 05:08:32 -0500 Subject: [PATCH] docs: switch to wrench emoji for auto-fixable rules (#16545) --- docs/.eleventy.js | 2 +- docs/src/_includes/components/rule-categories.macro.html | 4 ++-- docs/src/_includes/components/rule.macro.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/.eleventy.js b/docs/.eleventy.js index b3e302646c2..8ad469cc736 100644 --- a/docs/.eleventy.js +++ b/docs/.eleventy.js @@ -247,7 +247,7 @@ module.exports = function(eleventyConfig) { eleventyConfig.addShortcode("fixable", () => `
- 🛠 Fixable + 🔧 Fixable

if some problems reported by the rule are automatically fixable by the --fix command line option

diff --git a/docs/src/_includes/components/rule-categories.macro.html b/docs/src/_includes/components/rule-categories.macro.html index d8531c2b579..f59f20c2735 100644 --- a/docs/src/_includes/components/rule-categories.macro.html +++ b/docs/src/_includes/components/rule-categories.macro.html @@ -11,7 +11,7 @@ {%- endif -%} {%- if params.fixable -%}
- 🛠 Fixable + 🔧 Fixable

Some problems reported by this rule are automatically fixable by the --fix command line option

@@ -39,7 +39,7 @@ {%- macro fixable() -%}
- 🛠 Fixable + 🔧 Fixable

if some problems reported by the rule are automatically fixable by the --fix command line option

diff --git a/docs/src/_includes/components/rule.macro.html b/docs/src/_includes/components/rule.macro.html index ec8722e976b..e4cf876d0d9 100644 --- a/docs/src/_includes/components/rule.macro.html +++ b/docs/src/_includes/components/rule.macro.html @@ -37,7 +37,7 @@ {%- endif -%}

- 🛠 Fix + 🔧 Fix

💡 Suggestions