From 42ba1881883ddf625e0b21b8f7181f0239329a6b Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Sat, 12 Nov 2022 10:03:48 -0500 Subject: [PATCH] docs: switch to wrench emoji for auto-fixable rules --- 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