From 122ba0de8fd5a4b36062d1c74a41a7dc3cb71252 Mon Sep 17 00:00:00 2001 From: Steven Lambert <2433219+straker@users.noreply.github.com> Date: Fri, 12 Jan 2024 09:48:07 -0700 Subject: [PATCH 1/3] chore: add comment to rule-descriptions.md that it is a generated file --- build/configure.js | 1 + doc/rule-descriptions.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/build/configure.js b/build/configure.js index 13e5e9cf46..2a83bb8869 100644 --- a/build/configure.js +++ b/build/configure.js @@ -401,6 +401,7 @@ ${ .join('\n\n'); var descriptions = ` + # Rule Descriptions ## Table of Contents diff --git a/doc/rule-descriptions.md b/doc/rule-descriptions.md index 0fc68a0535..1c01cec4e5 100644 --- a/doc/rule-descriptions.md +++ b/doc/rule-descriptions.md @@ -1,3 +1,5 @@ + + # Rule Descriptions ## Table of Contents From 9fc6bdd66972a1e2ba5e8ff47fff3874f9e70dfd Mon Sep 17 00:00:00 2001 From: Steven Lambert <2433219+straker@users.noreply.github.com> Date: Fri, 12 Jan 2024 09:49:45 -0700 Subject: [PATCH 2/3] correct file location --- build/configure.js | 2 +- doc/rule-descriptions.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/configure.js b/build/configure.js index 2a83bb8869..357e0aa2a4 100644 --- a/build/configure.js +++ b/build/configure.js @@ -401,7 +401,7 @@ ${ .join('\n\n'); var descriptions = ` - + # Rule Descriptions ## Table of Contents diff --git a/doc/rule-descriptions.md b/doc/rule-descriptions.md index 1c01cec4e5..e955132640 100644 --- a/doc/rule-descriptions.md +++ b/doc/rule-descriptions.md @@ -1,4 +1,4 @@ - + # Rule Descriptions From 7219b38bf6107c6b486f360692570b76d380e087 Mon Sep 17 00:00:00 2001 From: Steven Lambert <2433219+straker@users.noreply.github.com> Date: Fri, 12 Jan 2024 09:50:46 -0700 Subject: [PATCH 3/3] add the newline that prettier adds --- build/configure.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/configure.js b/build/configure.js index 357e0aa2a4..ca3241fbd3 100644 --- a/build/configure.js +++ b/build/configure.js @@ -402,6 +402,7 @@ ${ var descriptions = ` + # Rule Descriptions ## Table of Contents