rspec/rules/S1135/tsql/rule.adoc

24 lines
312 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::rspecator-view[]
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::rspecator-view[]