rspec/rules/S1135/tsql/rule.adoc

25 lines
338 B
Plaintext
Raw Normal View History

include::../description.adoc[]
== Noncompliant Code Example
----
CREATE PROCEDURE doSomething
AS
BEGIN
...
-- TODO something
...
END
GO
----
include::../see.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::env-github,rspecator-view[]