Skip to content

Commit

Permalink
Modify rule S1135: Add Kubernetes (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 2, 2023
1 parent 67eb1dd commit 91e637c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/S1135/kubernetes/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
26 changes: 26 additions & 0 deletions rules/S1135/kubernetes/rule.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
include::../description.adoc[]

== Noncompliant Code Example

[source,java]
----
# TODO
apiVersion: v1
----

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[]

0 comments on commit 91e637c

Please sign in to comment.