From 6325626c2ea02e4858475e97e863d0e289405e37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:06:04 +0100 Subject: [PATCH] Create rule S125: Sections of code should not be commented out (#3388) --- rules/S125/css/metadata.json | 2 ++ rules/S125/css/rule.adoc | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 rules/S125/css/metadata.json create mode 100644 rules/S125/css/rule.adoc diff --git a/rules/S125/css/metadata.json b/rules/S125/css/metadata.json new file mode 100644 index 00000000000..7a73a41bfdf --- /dev/null +++ b/rules/S125/css/metadata.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/rules/S125/css/rule.adoc b/rules/S125/css/rule.adoc new file mode 100644 index 00000000000..fe598e7f71a --- /dev/null +++ b/rules/S125/css/rule.adoc @@ -0,0 +1,17 @@ +include::../rule.adoc[] + +ifdef::env-github,rspecator-view[] + +''' +== Implementation Specification +(visible only on this page) + +include::../message.adoc[] + +''' +== Comments And Links +(visible only on this page) + +include::../comments-and-links.adoc[] + +endif::env-github,rspecator-view[]