diff --git a/rules/S1135/flex/metadata.json b/rules/S1135/flex/metadata.json deleted file mode 100644 index 1797133380..0000000000 --- a/rules/S1135/flex/metadata.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - -} diff --git a/rules/S1135/flex/rule.adoc b/rules/S1135/flex/rule.adoc deleted file mode 100644 index 43bfb0cf17..0000000000 --- a/rules/S1135/flex/rule.adoc +++ /dev/null @@ -1,30 +0,0 @@ -== Why is this an issue? - -include::../description.adoc[] - -=== Noncompliant code example - -[source,flex] ----- -void doSomething() { - // TODO -} ----- - -include::../see.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[]